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-java/src/main/java/com/glxp/api/res/thrsys/ThrInvOrderResponse.java

120 lines
1.6 KiB
Java

package com.glxp.api.res.thrsys;
import lombok.Data;
import java.util.Date;
@Data
public class ThrInvOrderResponse {
private String billTypeName;
private String invName;
private Long id;
/**
*
*/
private String billNo;
/**
*
*/
private Date billDate;
/**
*
*/
private Date startDate;
/**
*
*/
private Date endDate;
/**
*
*/
private String mainAction;
/**
*
*/
private String billType;
/**
*
*/
private String thirdSysFk;
/**
*
*/
private String deptCode;
/**
*
*/
private String invCode;
/**
*
*/
private String spaceCode;
/**
*
*/
private Integer status;
/**
*
*/
private Date createTime;
/**
*
*/
private String createUser;
/**
*
*/
private Date updateTime;
/**
*
*/
private String updateUser;
/**
*
*/
private String remark;
/**
* 123
*/
private Integer sourceType;
/**
*
*/
private String exMsg;
/**
*
*/
private Integer skProject;
/**
*
*/
private String fromCorp;
/**
*
*/
private String toBillNo;
}