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.
102 lines
2.2 KiB
Java
102 lines
2.2 KiB
Java
package com.glxp.api.res.inout;
|
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
import com.glxp.api.util.page.ListPageRequest;
|
|
import lombok.Data;
|
|
|
|
import java.math.BigDecimal;
|
|
import java.util.Date;
|
|
|
|
@Data
|
|
public class IodestinyProcessResponse {
|
|
|
|
|
|
private Long id;
|
|
|
|
private String destinyId;
|
|
|
|
private String destinyNo;
|
|
|
|
private String billNo;
|
|
|
|
private Date billDate;
|
|
|
|
private String invCode;
|
|
|
|
private String remark;
|
|
|
|
private Date createTime;
|
|
|
|
private Date updateTime;
|
|
|
|
private String createUser;
|
|
|
|
private String updateUser;
|
|
|
|
private Integer status;
|
|
|
|
private String invName;
|
|
|
|
private String updateName;
|
|
private String createName;
|
|
private String code;
|
|
|
|
private String serialNo;
|
|
private String productDate;
|
|
private String expireDate;
|
|
private BigDecimal price;
|
|
private String batchNo;
|
|
private int count;
|
|
private int reCount;
|
|
|
|
|
|
|
|
|
|
//产品
|
|
private String originUuid;
|
|
private String nameCode;
|
|
private String deviceRecordKey;
|
|
private String packRatio;
|
|
private String packLevel;
|
|
private String packUnit;
|
|
private Integer bhxjsl;
|
|
private Integer bhzxxsbzsl;
|
|
private Integer zxxsbzbhsydysl;
|
|
private String bhxjcpbm;
|
|
private String bzcj;
|
|
private String cpmctymc;
|
|
private String cplb;
|
|
private String flbm;
|
|
private String ggxh;
|
|
private String qxlb;
|
|
private String tyshxydm;
|
|
private String ylqxzcrbarmc;
|
|
private String zczbhhzbapzbh;
|
|
private String ylqxzcrbarywmc;
|
|
private String sydycpbs;
|
|
private String sjcpbm;
|
|
private Integer versionNumber;
|
|
private Integer diType;
|
|
private String ybbm;
|
|
private String sptm;
|
|
private String manufactory;
|
|
private String measname;
|
|
private Integer productType;
|
|
private String scbssfbhph;
|
|
private String scbssfbhxlh;
|
|
private String scbssfbhscrq;
|
|
private String scbssfbhsxrq;
|
|
private String cpms;
|
|
private Boolean allowNoBatch;
|
|
private Boolean allowNoExpire;
|
|
private Boolean allowNoProduct;
|
|
private Boolean allowNoSerial;
|
|
private String spmc;
|
|
private String cplx;
|
|
private String hchzsb;
|
|
private String cpdls;
|
|
|
|
}
|