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/inv/ThrInvResultResponse.java

33 lines
796 B
Java

package com.glxp.api.res.inv;
import lombok.Data;
@Data
public class ThrInvResultResponse {
private Integer id;
private String cpmctymc;
private String thrCode;
private String nameCode;
private String ggxh;
private String batchNo;
private String measname;
private String price;
private String productionDate;
private String expireDate;
private String ylqxzcrbarmc;
private String zczbhhzbapzbh;
private Integer inCount;
private Integer outCount;
private String supName;
private String deptName;
private String deptCode;
private String invName;
private String invCode;
private String spaceCode;
private String spaceName;
private Integer reCount;
private String mainAction;
private String remark;
}