
3 changed files with 38 additions and 1 deletions
@ -0,0 +1,27 @@ |
|||
package com.yxt.anrui.scm.api.scmfinanceadjustapply; |
|||
|
|||
import com.yxt.common.core.query.Query; |
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
|
|||
@Data |
|||
public class AdjustVehListQuery implements Query { |
|||
|
|||
private String useOrgSid; |
|||
private String staffSid; |
|||
private String purchaseSystemName; //采购系统
|
|||
private String contractNo; //合同编号
|
|||
private String vinNo; //车架号
|
|||
private String vehModel; //车型
|
|||
private String customerName; //客户
|
|||
|
|||
@ApiModelProperty("组织全路径") |
|||
private String orgPath; |
|||
@ApiModelProperty("菜单sid") |
|||
private String menuSid; |
|||
@ApiModelProperty("菜单url") |
|||
private String menuUrl; |
|||
@ApiModelProperty("用户sid") |
|||
private String userSid; |
|||
|
|||
} |
@ -0,0 +1,10 @@ |
|||
package com.yxt.anrui.scm.api.scmfinanceadjustapply; |
|||
|
|||
import lombok.Data; |
|||
|
|||
@Data |
|||
public class AdjustVehListVo { |
|||
|
|||
|
|||
|
|||
} |
Loading…
Reference in new issue