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