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/req/basic/UdiRelevanceSaveRequest.java

102 lines
2.7 KiB
Java

package com.glxp.api.req.basic;
import lombok.Data;
import java.util.Date;
@Data
public class UdiRelevanceSaveRequest {
//UdiRelevanceEntity
private Long id;
private String uuid;
private String mainId;
private String thirdId;
private String thirdId1;
private String thirdId2;
private String thirdId3;
private String thirdId4;
private String udplatCode;
private Boolean isUseDy;
private Boolean isDisable;
private Boolean isLock;
private Integer lockStatus;
private Boolean isAdavence;
2 years ago
private boolean useMuti;
private Integer useNum;
private String supName;
private Date createTime;
private Date updateTime;
private Date modifyTime;
private String createUser;
private String updateUser;
private String remark;
//UdiInfoEntity
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 String spmc;
private String cplx;
private String hchzsb;
private String cpdls;
private String basicPrductRemak1;
private String basicPrductRemak2;
private String basicPrductRemak3;
private String basicPrductRemak4;
private String basicPrductRemak5;
private String basicPrductRemak6;
private String basicPrductRemak7;
private String basicPrductRemak8;
private String price;
private Integer useExpireTime;
//关联修改提交:true;单独提交:false
private Boolean relSubmit;
private Integer lowStockNum;
private Integer overStockNum;
private Integer recentDateTime;
private Integer isDateBy;
private String relCode;
private boolean dispatch; //是否可配送
private boolean groupBuy; //是否集采产品
}