1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
package com.yxt.anrui.terminal.api.supplychain.inventory; |
|||
|
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @Author dimengzhe |
|||
* @Date 2022/10/23 0:45 |
|||
* @Description |
|||
*/ |
|||
@Data |
|||
public class GetInventoryRecordsQuery { |
|||
|
|||
@ApiModelProperty("用户sid") |
|||
private String userSid; |
|||
@ApiModelProperty("组织机构sid") |
|||
private String orgPath; |
|||
} |
Loading…
Reference in new issue