|
|
@ -63,10 +63,16 @@ public class WmsReportTransDetailModel extends BaseBean {
|
|
|
|
@ApiParam(value = "收货批次")
|
|
|
|
@ApiParam(value = "收货批次")
|
|
|
|
private String lotNo;
|
|
|
|
private String lotNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "查询开始时间")
|
|
|
|
|
|
|
|
private String startDateTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "查询结束时间")
|
|
|
|
|
|
|
|
private String endDateTime;
|
|
|
|
|
|
|
|
|
|
|
|
// , String createUser, String createDateTime
|
|
|
|
// , String createUser, String createDateTime
|
|
|
|
public WmsReportTransDetailModel(String organizeCode, String lineNo, String actualReportLine, String shiftNo, String shiftName,
|
|
|
|
public WmsReportTransDetailModel(String organizeCode, String lineNo, String actualReportLine, String shiftNo, String shiftName,
|
|
|
|
String zoneNo, String locateNo, String sn, String partNo, String partNameRdd, String custNo,
|
|
|
|
String zoneNo, String locateNo, String sn, String partNo, String partNameRdd, String custNo,
|
|
|
|
String unit, Double qty, String dateCode, Double snp, String lotNo) {
|
|
|
|
String unit, Double qty, String dateCode, Double snp, String lotNo, String createDateTime) {
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
this.lineNo = lineNo;
|
|
|
|
this.lineNo = lineNo;
|
|
|
|
this.reportLine = actualReportLine;
|
|
|
|
this.reportLine = actualReportLine;
|
|
|
@ -83,6 +89,7 @@ public class WmsReportTransDetailModel extends BaseBean {
|
|
|
|
this.dateCode = dateCode;
|
|
|
|
this.dateCode = dateCode;
|
|
|
|
this.snp = snp;
|
|
|
|
this.snp = snp;
|
|
|
|
this.lotNo = lotNo;
|
|
|
|
this.lotNo = lotNo;
|
|
|
|
|
|
|
|
this.createDatetime = createDateTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public WmsReportTransDetailModel() {
|
|
|
|
public WmsReportTransDetailModel() {
|
|
|
|