package com.zy.kingdee.entity;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
import lombok.Data;
|
|
import java.math.BigDecimal;
|
import java.util.Date;
|
|
@Data
|
public class IcmoDTO {
|
|
private String izJb;
|
private String izJs;
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
private Date dateStart;
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
private Date dateEnd;
|
private BigDecimal qty;
|
private String unit;
|
private String invCode;
|
private String invName;
|
private String invStd;
|
private String depName;
|
private String depCode;
|
private Integer depId;
|
private String soCode;
|
private Integer whId;
|
private String whName;
|
private String venName;
|
private Integer venId;
|
private Integer fsource;
|
private Integer ferpclsid;
|
private String iz_sync_receive;
|
private String izSyncReceive;
|
private String izPrint;
|
private String iz_sync_receive_return;
|
private String izSyncReceiveReturn;
|
private String izPrintReturn;
|
private BigDecimal forderprice;
|
private Integer finterid;
|
private String fbrno;
|
private String fbillno;
|
private Short ftrantype;
|
private Short fstatus;
|
private Short fmrp;
|
private Short ftype;
|
private Integer fworkshop;
|
private Integer fitemid;
|
private BigDecimal fqty;
|
private BigDecimal fcommitqty;
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
private Date fplancommitdate;
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
private Date fplanfinishdate;
|
private Integer fconveyerid;
|
private Date fcommitdate;
|
private Integer fcheckerid;
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
private Date fcheckdate;
|
private Integer frequesterid;
|
private Integer fbillerid;
|
private Integer fsourceentryid;
|
private Short fclosed;
|
private String fnote;
|
private Integer funitid;
|
private BigDecimal fauxcommitqty;
|
private BigDecimal fauxqty;
|
private Integer forderinterid;
|
private Integer fpporderinterid;
|
private Integer fparentinterid;
|
private Boolean fcancellation;
|
private Integer fsupplyid;
|
private BigDecimal fqtyfinish;
|
private BigDecimal fqtyscrap;
|
private BigDecimal fqtyforitem;
|
private BigDecimal fqtylost;
|
private Date fplanissuedate;
|
private String froutingid;
|
private Date fstartdate;
|
private Date ffinishdate;
|
private BigDecimal fauxqtyfinish;
|
private BigDecimal fauxqtyscrap;
|
private BigDecimal fauxqtyforitem;
|
private BigDecimal fauxqtylost;
|
private Integer fmrpclosed;
|
private Integer fbominterid;
|
private BigDecimal fqtypass;
|
private BigDecimal fauxqtypass;
|
private BigDecimal fqtyback;
|
private BigDecimal fauxqtyback;
|
private BigDecimal ffinishtime;
|
private BigDecimal freadytime;
|
private BigDecimal fpowercuttime;
|
private BigDecimal ffixtime;
|
private BigDecimal fwaititemtime;
|
private BigDecimal fwaittooltime;
|
private Integer ftaskid;
|
private Integer fworktypeid;
|
private Integer fcostobjid;
|
private BigDecimal fstockqty;
|
private BigDecimal fauxstockqty;
|
private Boolean fsuspend;
|
private Integer fprojectno;
|
private Integer fproductionlineid;
|
private BigDecimal freleasedqty;
|
private BigDecimal freleasedauxqty;
|
private BigDecimal funscheduledqty;
|
private BigDecimal funscheduledauxqty;
|
private Integer fsubentryid;
|
private Integer fscheduleid;
|
private Integer fplanorderinterid;
|
private BigDecimal fprocessprice;
|
private BigDecimal fprocessfee;
|
private String fgmpbatchno;
|
private BigDecimal fgmpcollectrate;
|
private BigDecimal fgmpitembalance;
|
private BigDecimal fgmpbulkqty;
|
private Integer fcustid;
|
private Integer fmultichecklevel1;
|
private Integer fmultichecklevel2;
|
private Integer fmultichecklevel3;
|
private Integer fmultichecklevel4;
|
private Integer fmultichecklevel5;
|
private Integer fmultichecklevel6;
|
private Date fmulticheckdate1;
|
private Date fmulticheckdate2;
|
private Date fmulticheckdate3;
|
private Date fmulticheckdate4;
|
private Date fmulticheckdate5;
|
private Date fmulticheckdate6;
|
private Integer fcurchecklevel;
|
private Integer fmrplockflag;
|
private Integer fhandworkclose;
|
private Integer fconfirmerid;
|
private Date fconfirmdate;
|
private BigDecimal finhighlimit;
|
private BigDecimal finhighlimitqty;
|
private BigDecimal fauxinhighlimitqty;
|
private BigDecimal finlowlimit;
|
private BigDecimal finlowlimitqty;
|
private BigDecimal fauxinlowlimitqty;
|
private Integer fchangetimes;
|
private BigDecimal fcheckcommitqty;
|
private BigDecimal fauxcheckcommitqty;
|
private Date fclosedate;
|
private Integer fplanconfirmed;
|
private Integer fplanmode;
|
private String fmtono;
|
private Integer fprintcount;
|
private Integer ffinclosed;
|
private Integer ffincloseer;
|
private Date ffinclosedate;
|
private Integer fstockflag;
|
private Integer fstartflag;
|
private String fvchbillno;
|
private Integer fvchinterid;
|
private Integer fcardclosed;
|
private BigDecimal fhrreadytime;
|
private Integer fsourcetrantype;
|
private Integer fsourceinterid;
|
private String fsourcebillno;
|
private Integer fdiscardstockinqty;
|
private Integer fseldiscardstockinqty;
|
private String fplancategory;
|
private Integer fauxpropid;
|
private Integer tflag;
|
private Integer tFlag;
|
private String statusId;
|
|
}
|