You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-third-java/src/main/java/com/glxp/mipsdl/req/base/UdiwmsThrOrderRequest.java

198 lines
2.4 KiB
Java

10 months ago
package com.glxp.mipsdl.req.base;
import java.util.Date;
10 months ago
import lombok.Data;
@Data
public class UdiwmsThrOrderRequest extends ListPageRequest {
10 months ago
/**
*
*/
private Integer id;
/**
*
*/
private String billNo;
/**
*
*/
private String billdate;
/**
*
*/
private String corpId;
/**
*
*/
private String corpName;
/**
*
*/
private String billType;
/**
*
*/
private String billFlag;
/**
*
*/
private String thirdSysFk;
/**
*
*/
private String originType;
/**
*
*/
private String startDate;
/**
*
*/
private String endDate;
/**
*
*/
private String reviewUser;
/**
*
*/
private String address;
/**
*
*/
private String linkMan;
/**
*
*/
private String linkTel;
/**
*
*/
private String remark;
/**
* 1
*/
private String remark1;
/**
* 2
*/
private String remark2;
/**
* 3
*/
private String remark3;
/**
*
*/
private Byte type;
/**
*
*/
private String locStorageCode;
/**
*
*/
private Byte editStatus;
/**
*
*/
private String invWarehouseCode;
/**
*
*/
private String ylqxzcrbarmc;
/**
*
*/
private String zczbhhzbapzbh;
/**
*
*/
private String manufactory;
/**
* 1 2
*/
private Byte thirdPartyDate;
/**
*
*/
private String unitIdFk;
/**
*
*/
private String fromSubInvCode;
/**
*
*/
private String createUser;
/**
*
*/
private Date createTime;
/**
*
*/
private String updateUser;
/**
*
*/
private Date updateTime;
/**
*
*/
private Integer inoutType;
10 months ago
/**
*
*/
private String deptCode;
/**
*
*/
private String invCode;
/**
*
*/
private Date reviewTime;
private String busType;
10 months ago
}