47 changed files with 579 additions and 950 deletions
@ -1,31 +1,27 @@ |
|||||
package org.nl.wms.mes.domain; |
package org.nl.wms.mes.domain; |
||||
|
|
||||
import io.swagger.annotations.ApiModelProperty; |
|
||||
import lombok.Data; |
import lombok.Data; |
||||
|
|
||||
@Data |
@Data |
||||
public class QPMES060RequestBody { |
public class QPMES060RequestBody { |
||||
private String SimtOrderNo; |
//入库单号
|
||||
private String locationCode; |
private String order_code; |
||||
private String simtType; |
//入库单类型
|
||||
private String deliveryNo; |
private String order_type; |
||||
private String whlCode; |
//托盘号
|
||||
private String PalletSN; |
private String pallet_sn; |
||||
private String lotSN; |
//物料编码
|
||||
private String productName; |
private String product_name; |
||||
private String productDescription; |
//物料名称
|
||||
private String supplierCode; |
private String product_description; |
||||
private String supplierName; |
//供应商编码
|
||||
|
private String supplier_code; |
||||
|
//供应商名称
|
||||
|
private String supplier_name; |
||||
|
//规格
|
||||
private String specification; |
private String specification; |
||||
|
//批次号
|
||||
private String batch; |
private String batch; |
||||
|
//数量
|
||||
private double qty; |
private double qty; |
||||
private double incomingLength; |
|
||||
private double incomingWeight; |
|
||||
private double incomingchipping; |
|
||||
private String planZBNum; |
|
||||
private String ingotBatch; |
|
||||
private String siliconGrade; |
|
||||
private String siliconPolarity; |
|
||||
private double weightCoefficientValue; |
|
||||
private String lineDiameter; |
|
||||
} |
} |
||||
|
@ -1,21 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES060ResponseBody { |
|
||||
// 消息状态
|
|
||||
private String STATUS; |
|
||||
// 消息文本
|
|
||||
private String MESSAGE; |
|
||||
// 预留主键1
|
|
||||
private String KEY_VALUE01; |
|
||||
// 预留主键2
|
|
||||
private String KEY_VALUE02; |
|
||||
// 预留主键3
|
|
||||
private String KEY_VALUE03; |
|
||||
// 预留主键4
|
|
||||
private String KEY_VALUE04; |
|
||||
// 预留主键5
|
|
||||
private String KEY_VALUE05; |
|
||||
} |
|
@ -1,12 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES062Response{ |
|
||||
private Head HEAD; |
|
||||
private List<QPMES062ResponseBody> BODY; |
|
||||
|
|
||||
} |
|
@ -1,48 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES062ResponseBody { |
|
||||
//消息状态
|
|
||||
private String STATUS; |
|
||||
//消息文本
|
|
||||
private String MESSAGE; |
|
||||
//预留主键1
|
|
||||
private String KEY_VALUE01; |
|
||||
//预留主键2
|
|
||||
private String KEY_VALUE02; |
|
||||
//预留主键3
|
|
||||
private String KEY_VALUE03; |
|
||||
//预留主键4
|
|
||||
private String KEY_VALUE04; |
|
||||
//预留主键5
|
|
||||
private String KEY_VALUE05; |
|
||||
//预留主键6
|
|
||||
private String KEY_VALUE06; |
|
||||
//预留主键7
|
|
||||
private String KEY_VALUE07; |
|
||||
//预留主键8
|
|
||||
private String KEY_VALUE08; |
|
||||
//预留主键9
|
|
||||
private String KEY_VALUE09; |
|
||||
//预留反馈主键1
|
|
||||
private String FKEY_VALUE01; |
|
||||
//预留反馈主键2
|
|
||||
private String FKEY_VALUE02; |
|
||||
//预留反馈主键3
|
|
||||
private String FKEY_VALUE03; |
|
||||
//预留反馈主键4
|
|
||||
private String FKEY_VALUE04; |
|
||||
//预留反馈主键5
|
|
||||
private String FKEY_VALUE05; |
|
||||
//预留反馈主键6
|
|
||||
private String FKEY_VALUE06; |
|
||||
//预留反馈主键7
|
|
||||
private String FKEY_VALUE07; |
|
||||
//预留反馈主键8
|
|
||||
private String FKEY_VALUE08; |
|
||||
//预留反馈主键9
|
|
||||
private String FKEY_VALUE09; |
|
||||
|
|
||||
} |
|
@ -0,0 +1,33 @@ |
|||||
|
package org.nl.wms.mes.domain; |
||||
|
|
||||
|
import com.alibaba.fastjson.annotation.JSONField; |
||||
|
import lombok.*; |
||||
|
import lombok.experimental.Accessors; |
||||
|
|
||||
|
import javax.xml.bind.annotation.XmlRootElement; |
||||
|
|
||||
|
@Data |
||||
|
public class QPMES064RequestBody { |
||||
|
|
||||
|
//出库订单号
|
||||
|
private String order_code; |
||||
|
//订单类型
|
||||
|
private String order_type; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//供应商编码
|
||||
|
private String supplier_code; |
||||
|
//供应商名称
|
||||
|
private String supplier_name; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//出库对接区
|
||||
|
private String sect_code; |
||||
|
|
||||
|
} |
@ -1,55 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
|
||||
import lombok.*; |
|
||||
import lombok.experimental.Accessors; |
|
||||
|
|
||||
import javax.xml.bind.annotation.XmlRootElement; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES065RequestBody { |
|
||||
|
|
||||
//工单号
|
|
||||
@JSONField(name = "moname") |
|
||||
private String moname; |
|
||||
//物料条码(托号)
|
|
||||
@JSONField(name = "lotSN") |
|
||||
private String lotSN; |
|
||||
//领料数量
|
|
||||
@JSONField(name = "qty") |
|
||||
private String qty; |
|
||||
//场地
|
|
||||
@JSONField(name = "siteName") |
|
||||
private String siteName; |
|
||||
//预留字段1
|
|
||||
@JSONField(name = "ZXXV01") |
|
||||
private String ZXXV01; |
|
||||
//预留字段2
|
|
||||
@JSONField(name = "ZXXV02") |
|
||||
private String ZXXV02; |
|
||||
//预留字段3
|
|
||||
@JSONField(name = "ZXXV03") |
|
||||
private String ZXXV03; |
|
||||
//预留字段4
|
|
||||
@JSONField(name = "ZXXV04") |
|
||||
private String ZXXV04; |
|
||||
//预留字段5
|
|
||||
@JSONField(name = "ZXXV05") |
|
||||
private String ZXXV05; |
|
||||
//预留字段6
|
|
||||
@JSONField(name = "ZXXV06") |
|
||||
private String ZXXV06; |
|
||||
//预留字段7
|
|
||||
@JSONField(name = "ZXXV07") |
|
||||
private String ZXXV07; |
|
||||
//预留字段8
|
|
||||
@JSONField(name = "ZXXV08") |
|
||||
private String ZXXV08; |
|
||||
//预留字段9
|
|
||||
@JSONField(name = "ZXXV09") |
|
||||
private String ZXXV09; |
|
||||
//预留字段10
|
|
||||
@JSONField(name = "ZXXV10") |
|
||||
private String ZXXV10; |
|
||||
|
|
||||
} |
|
@ -1,12 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES065Response{ |
|
||||
private Head HEAD; |
|
||||
private List<QPMES065ResponseBody> BODY; |
|
||||
|
|
||||
} |
|
@ -1,48 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES065ResponseBody { |
|
||||
//消息状态
|
|
||||
private String STATUS; |
|
||||
//消息文本
|
|
||||
private String MESSAGE; |
|
||||
//预留主键1
|
|
||||
private String KEY_VALUE01; |
|
||||
//预留主键2
|
|
||||
private String KEY_VALUE02; |
|
||||
//预留主键3
|
|
||||
private String KEY_VALUE03; |
|
||||
//预留主键4
|
|
||||
private String KEY_VALUE04; |
|
||||
//预留主键5
|
|
||||
private String KEY_VALUE05; |
|
||||
//预留主键6
|
|
||||
private String KEY_VALUE06; |
|
||||
//预留主键7
|
|
||||
private String KEY_VALUE07; |
|
||||
//预留主键8
|
|
||||
private String KEY_VALUE08; |
|
||||
//预留主键9
|
|
||||
private String KEY_VALUE09; |
|
||||
//预留反馈主键1
|
|
||||
private String FKEY_VALUE01; |
|
||||
//预留反馈主键2
|
|
||||
private String FKEY_VALUE02; |
|
||||
//预留反馈主键3
|
|
||||
private String FKEY_VALUE03; |
|
||||
//预留反馈主键4
|
|
||||
private String FKEY_VALUE04; |
|
||||
//预留反馈主键5
|
|
||||
private String FKEY_VALUE05; |
|
||||
//预留反馈主键6
|
|
||||
private String FKEY_VALUE06; |
|
||||
//预留反馈主键7
|
|
||||
private String FKEY_VALUE07; |
|
||||
//预留反馈主键8
|
|
||||
private String FKEY_VALUE08; |
|
||||
//预留反馈主键9
|
|
||||
private String FKEY_VALUE09; |
|
||||
|
|
||||
} |
|
@ -0,0 +1,22 @@ |
|||||
|
package org.nl.wms.mes.domain; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
@Data |
||||
|
public class QPMES066RequestBody { |
||||
|
//出库订单号
|
||||
|
private String order_code; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//入库库位
|
||||
|
private String strcut_code; |
||||
|
|
||||
|
} |
@ -0,0 +1,29 @@ |
|||||
|
package org.nl.wms.mes.domain; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.util.List; |
||||
|
|
||||
|
@Data |
||||
|
public class QPMES068RequestBody { |
||||
|
//移库订单号
|
||||
|
private String order_code; |
||||
|
//订单类型
|
||||
|
private String order_type; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//供应商编码
|
||||
|
private String supplier_code; |
||||
|
//供应商名称
|
||||
|
private String supplier_name; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//移库对接区
|
||||
|
private String sect_code; |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
package org.nl.wms.mes.domain; |
||||
|
|
||||
|
import lombok.*; |
||||
|
import lombok.experimental.Accessors; |
||||
|
|
||||
|
import javax.xml.bind.annotation.XmlRootElement; |
||||
|
import java.util.List; |
||||
|
|
||||
|
@Data |
||||
|
@ToString |
||||
|
@Builder |
||||
|
@NoArgsConstructor |
||||
|
@AllArgsConstructor |
||||
|
@XmlRootElement |
||||
|
@Accessors(chain = true) |
||||
|
public class QPMES070Request { |
||||
|
private Head head; |
||||
|
private List<QPMES070RequestBody> body; |
||||
|
|
||||
|
} |
@ -0,0 +1,24 @@ |
|||||
|
package org.nl.wms.mes.domain; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
@Data |
||||
|
public class QPMES070RequestBody { |
||||
|
//移库订单号
|
||||
|
private String order_code; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//移入库位
|
||||
|
private String in_strcut_code; |
||||
|
//移出库位
|
||||
|
private String out_strcut_code; |
||||
|
|
||||
|
} |
@ -1,52 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES098RequestBody { |
|
||||
private String AUFNR; |
|
||||
private String AUART; |
|
||||
private String WERKS; |
|
||||
private String PLNBEZ; |
|
||||
private String MAKTX; |
|
||||
private String GAMNG; |
|
||||
private String GSTRP; |
|
||||
private String GLTRP; |
|
||||
private String ERNAM; |
|
||||
private String ERDAT; |
|
||||
private String AENAM; |
|
||||
private String AEDAT; |
|
||||
private String RSNUM; |
|
||||
private String ZBBH; |
|
||||
private String ZWORK; |
|
||||
private String MATKL; |
|
||||
private String ZKUNNR; |
|
||||
private String ZMESGDLX; |
|
||||
private String ZMESDJLX; |
|
||||
private String ZGYID; |
|
||||
private String ZGZLXH; |
|
||||
private String ZJJ; |
|
||||
private String ZPH; |
|
||||
private String ZTDGD; |
|
||||
private String ZKTZKCR; |
|
||||
private String ZBZ; |
|
||||
private String ZGG; |
|
||||
private String ZGYTCL; |
|
||||
private String FXXDM; |
|
||||
/** |
|
||||
* 1代表下达 |
|
||||
* 2代表关闭 |
|
||||
* 3代表删除 |
|
||||
*/ |
|
||||
private String ZSTAT; |
|
||||
private String UEBTK; |
|
||||
private String ZRSV01; |
|
||||
private String ZRSV02; |
|
||||
private String ZRSV03; |
|
||||
private String ZRSV04; |
|
||||
private String ZRSV05; |
|
||||
private List<QPMES098RequestBodyItem1> ITEM1; |
|
||||
private List<QPMES098RequestBodyItem2> ITEM2; |
|
||||
} |
|
@ -1,29 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES098RequestBodyItem1 { |
|
||||
private String VORNR; |
|
||||
private String XLOEK; |
|
||||
private String LTXA1; |
|
||||
private String STEUS; |
|
||||
private String BMSCH; |
|
||||
private String VGW01; |
|
||||
private String VGE01; |
|
||||
private String VGW02; |
|
||||
private String VGE02; |
|
||||
private String VGW03; |
|
||||
private String VGE03; |
|
||||
private String VGW04; |
|
||||
private String VGE04; |
|
||||
private String VGW05; |
|
||||
private String VGE05; |
|
||||
private String VGW06; |
|
||||
private String VGE06; |
|
||||
private String ZRSV06; |
|
||||
private String ZRSV07; |
|
||||
private String ZRSV08; |
|
||||
private String ZRSV09; |
|
||||
private String ZRSV10; |
|
||||
} |
|
@ -1,37 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES098RequestBodyItem2 { |
|
||||
/** 订单行项目编号 **/ |
|
||||
private String POSNR; |
|
||||
/** 预留行项目编号 **/ |
|
||||
private String RSPOS; |
|
||||
/** 移动类型 **/ |
|
||||
private String BWART; |
|
||||
/** 物料编码 **/ |
|
||||
private String MATNR; |
|
||||
/** 物料名称 **/ |
|
||||
private String MAKTX; |
|
||||
/** 产品类别 **/ |
|
||||
private String MTYPE; |
|
||||
/** 产品类别描述 **/ |
|
||||
private String MTYTXT; |
|
||||
/** 数量 **/ |
|
||||
private String BDMNG; |
|
||||
/** 计量单位 **/ |
|
||||
private String MEINS; |
|
||||
/** 物料供应标识 **/ |
|
||||
private String BEIKZ; |
|
||||
/** 预留字段11 **/ |
|
||||
private String ZRSV11; |
|
||||
/** 预留字段12 **/ |
|
||||
private String ZRSV12; |
|
||||
/** 预留字段13 **/ |
|
||||
private String ZRSV13; |
|
||||
/** 预留字段14 **/ |
|
||||
private String ZRSV14; |
|
||||
/** 预留字段15 **/ |
|
||||
private String ZRSV15; |
|
||||
} |
|
@ -1,14 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
import lombok.ToString; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
@ToString |
|
||||
public class QPMES098Response{ |
|
||||
private Head HEAD; |
|
||||
private List<QPMES098ResponseBody> BODY; |
|
||||
|
|
||||
} |
|
@ -1,47 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES098ResponseBody { |
|
||||
//消息状态
|
|
||||
private String STATUS; |
|
||||
//消息文本
|
|
||||
private String MESSAGE; |
|
||||
//预留主键1
|
|
||||
private String KEY_VALUE01; |
|
||||
//预留主键2
|
|
||||
private String KEY_VALUE02; |
|
||||
//预留主键3
|
|
||||
private String KEY_VALUE03; |
|
||||
//预留主键4
|
|
||||
private String KEY_VALUE04; |
|
||||
//预留主键5
|
|
||||
private String KEY_VALUE05; |
|
||||
//预留主键6
|
|
||||
private String KEY_VALUE06; |
|
||||
//预留主键7
|
|
||||
private String KEY_VALUE07; |
|
||||
//预留主键8
|
|
||||
private String KEY_VALUE08; |
|
||||
//预留主键9
|
|
||||
private String KEY_VALUE09; |
|
||||
//预留反馈主键1
|
|
||||
private String FKEY_VALUE01; |
|
||||
//预留反馈主键2
|
|
||||
private String FKEY_VALUE02; |
|
||||
//预留反馈主键3
|
|
||||
private String FKEY_VALUE03; |
|
||||
//预留反馈主键4
|
|
||||
private String FKEY_VALUE04; |
|
||||
//预留反馈主键5
|
|
||||
private String FKEY_VALUE05; |
|
||||
//预留反馈主键6
|
|
||||
private String FKEY_VALUE06; |
|
||||
//预留反馈主键7
|
|
||||
private String FKEY_VALUE07; |
|
||||
//预留反馈主键8
|
|
||||
private String FKEY_VALUE08; |
|
||||
//预留反馈主键9
|
|
||||
private String FKEY_VALUE09; |
|
||||
} |
|
@ -1,17 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
|
||||
import lombok.Data; |
|
||||
import lombok.ToString; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
@ToString |
|
||||
public class QPMES118Response{ |
|
||||
@JSONField(name = "HEAD") |
|
||||
private Head HEAD; |
|
||||
@JSONField(name = "BODY") |
|
||||
private List<QPMES118ResponseBody> BODY; |
|
||||
|
|
||||
} |
|
@ -1,35 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
|
||||
import lombok.Data; |
|
||||
import lombok.ToString; |
|
||||
|
|
||||
@Data |
|
||||
@ToString |
|
||||
public class QPMES118ResponseBody{ |
|
||||
//库区
|
|
||||
@JSONField(name = "WhaCode") |
|
||||
private String WhaCode; |
|
||||
//库位
|
|
||||
@JSONField(name = "WhlCode") |
|
||||
private String WhlCode; |
|
||||
//客户
|
|
||||
@JSONField(name = "CustomerName") |
|
||||
private String CustomerName; |
|
||||
//母托号
|
|
||||
@JSONField(name = "ParentPalletSN") |
|
||||
private String ParentPalletSN; |
|
||||
//子托号
|
|
||||
@JSONField(name = "PalletSN") |
|
||||
private String PalletSN; |
|
||||
//物料编码
|
|
||||
@JSONField(name = "ProductName") |
|
||||
private String ProductName; |
|
||||
//入库日期
|
|
||||
@JSONField(name = "WorkDate") |
|
||||
private String WorkDate; |
|
||||
//重量
|
|
||||
@JSONField(name = "Qty") |
|
||||
private String Qty; |
|
||||
|
|
||||
} |
|
@ -1,17 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
|
||||
import lombok.Data; |
|
||||
import lombok.ToString; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
@ToString |
|
||||
public class QPMES155Data { |
|
||||
@JSONField(name = "HEAD") |
|
||||
private Head HEAD; |
|
||||
@JSONField(name = "BODY") |
|
||||
private List<QPMES155ResponseBody> BODY; |
|
||||
|
|
||||
} |
|
@ -1,25 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES155RequestBody { |
|
||||
//出库单号
|
|
||||
private String somtOrderNo; |
|
||||
//生产工单
|
|
||||
private String moname; |
|
||||
//托号
|
|
||||
private String palletSN; |
|
||||
//晶棒号
|
|
||||
private String lotSN; |
|
||||
//物料编码
|
|
||||
private String productName; |
|
||||
//物料描述
|
|
||||
private String productDescription; |
|
||||
//客户编码
|
|
||||
private String supplierCode; |
|
||||
//客户名称
|
|
||||
private String supplierName; |
|
||||
} |
|
@ -1,18 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
|
||||
import lombok.Data; |
|
||||
import lombok.ToString; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
@ToString |
|
||||
public class QPMES155Response { |
|
||||
private String code; |
|
||||
|
|
||||
private String msg; |
|
||||
|
|
||||
private QPMES155Data data; |
|
||||
|
|
||||
} |
|
@ -1,48 +0,0 @@ |
|||||
package org.nl.wms.mes.domain; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class QPMES155ResponseBody { |
|
||||
//消息状态
|
|
||||
private String STATUS; |
|
||||
//消息文本
|
|
||||
private String MESSAGE; |
|
||||
//预留主键1
|
|
||||
private String KEY_VALUE01; |
|
||||
//预留主键2
|
|
||||
private String KEY_VALUE02; |
|
||||
//预留主键3
|
|
||||
private String KEY_VALUE03; |
|
||||
//预留主键4
|
|
||||
private String KEY_VALUE04; |
|
||||
//预留主键5
|
|
||||
private String KEY_VALUE05; |
|
||||
//预留主键6
|
|
||||
private String KEY_VALUE06; |
|
||||
//预留主键7
|
|
||||
private String KEY_VALUE07; |
|
||||
//预留主键8
|
|
||||
private String KEY_VALUE08; |
|
||||
//预留主键9
|
|
||||
private String KEY_VALUE09; |
|
||||
//预留反馈主键1
|
|
||||
private String FKEY_VALUE01; |
|
||||
//预留反馈主键2
|
|
||||
private String FKEY_VALUE02; |
|
||||
//预留反馈主键3
|
|
||||
private String FKEY_VALUE03; |
|
||||
//预留反馈主键4
|
|
||||
private String FKEY_VALUE04; |
|
||||
//预留反馈主键5
|
|
||||
private String FKEY_VALUE05; |
|
||||
//预留反馈主键6
|
|
||||
private String FKEY_VALUE06; |
|
||||
//预留反馈主键7
|
|
||||
private String FKEY_VALUE07; |
|
||||
//预留反馈主键8
|
|
||||
private String FKEY_VALUE08; |
|
||||
//预留反馈主键9
|
|
||||
private String FKEY_VALUE09; |
|
||||
|
|
||||
} |
|
@ -0,0 +1,15 @@ |
|||||
|
package org.nl.wms.mes.domain; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
@Data |
||||
|
public class QPMESResponseBody { |
||||
|
// 消息状态
|
||||
|
private String status; |
||||
|
// 消息文本
|
||||
|
private String message; |
||||
|
// 预留主键1
|
||||
|
private String key_value01; |
||||
|
// 预留主键2
|
||||
|
private String key_value02; |
||||
|
} |
@ -1,80 +0,0 @@ |
|||||
package org.nl.wms.sch.material.service.dao; |
|
||||
|
|
||||
import cn.hutool.core.bean.BeanUtil; |
|
||||
import cn.hutool.core.bean.copier.CopyOptions; |
|
||||
import com.baomidou.mybatisplus.annotation.IdType; |
|
||||
import com.baomidou.mybatisplus.annotation.TableField; |
|
||||
import com.baomidou.mybatisplus.annotation.TableId; |
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
|
||||
import io.swagger.annotations.ApiModelProperty; |
|
||||
import lombok.Data; |
|
||||
import lombok.EqualsAndHashCode; |
|
||||
import org.nl.wms.mes.domain.QPMES060Request; |
|
||||
import org.nl.wms.mes.domain.QPMES060RequestBody; |
|
||||
|
|
||||
import java.io.Serializable; |
|
||||
import java.math.BigDecimal; |
|
||||
|
|
||||
@Data |
|
||||
@EqualsAndHashCode(callSuper = false) |
|
||||
@TableName("sch_base_material") |
|
||||
public class Material implements Serializable { |
|
||||
private static final long serialVersionUID = 1L; |
|
||||
@ApiModelProperty(value = "入库单号") |
|
||||
private String SimtOrderNo; |
|
||||
@ApiModelProperty(value = "场地") |
|
||||
private String locationCode; |
|
||||
@ApiModelProperty(value = "入库类型") |
|
||||
private String simtType; |
|
||||
@ApiModelProperty(value = "到货单号") |
|
||||
private String deliveryNo; |
|
||||
@ApiModelProperty(value = "扫描库位") |
|
||||
private String whlCode; |
|
||||
@ApiModelProperty(value = "托盘号") |
|
||||
private String PalletSN; |
|
||||
@ApiModelProperty(value = "物料条码号") |
|
||||
private String lotSN; |
|
||||
@ApiModelProperty(value = "物料编码") |
|
||||
private String productName; |
|
||||
@ApiModelProperty(value = "物料名称") |
|
||||
private String productDescription; |
|
||||
@ApiModelProperty(value = "供应商编码") |
|
||||
private String supplierCode; |
|
||||
@ApiModelProperty(value = "供应商名称") |
|
||||
private String supplierName; |
|
||||
@ApiModelProperty(value = "规格") |
|
||||
private String specification; |
|
||||
@ApiModelProperty(value = "批次号") |
|
||||
private String batch; |
|
||||
@ApiModelProperty(value = "数量") |
|
||||
private String qty; |
|
||||
@ApiModelProperty(value = "来料长度") |
|
||||
private String incomingLength; |
|
||||
@ApiModelProperty(value = "来料重量") |
|
||||
private String incomingWeight; |
|
||||
@ApiModelProperty(value = "来料缺陷长度") |
|
||||
private String incomingchipping; |
|
||||
@ApiModelProperty(value = "绑定状态") |
|
||||
private String group_bind_material_status; |
|
||||
@ApiModelProperty(value = "拼棒类型") |
|
||||
private String planZBNum; |
|
||||
@ApiModelProperty(value = "客户来料批次号") |
|
||||
private String ingotBatch; |
|
||||
@ApiModelProperty(value = "晶棒等级") |
|
||||
private String siliconGrade; |
|
||||
@ApiModelProperty(value = "极性") |
|
||||
private String siliconPolarity; |
|
||||
@ApiModelProperty(value = "重量折算系数") |
|
||||
private String weightCoefficientValue; |
|
||||
@ApiModelProperty(value = "线径") |
|
||||
private String lineDiameter; |
|
||||
@ApiModelProperty(value = "操作时间") |
|
||||
private String create_time; |
|
||||
@ApiModelProperty(value = "回传状态") |
|
||||
private String return_status; |
|
||||
|
|
||||
|
|
||||
public void copyFrom(QPMES060RequestBody source){ |
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true)); |
|
||||
} |
|
||||
} |
|
@ -0,0 +1,54 @@ |
|||||
|
package org.nl.wms.sch.material.service.dao; |
||||
|
|
||||
|
import cn.hutool.core.bean.BeanUtil; |
||||
|
import cn.hutool.core.bean.copier.CopyOptions; |
||||
|
import com.baomidou.mybatisplus.annotation.IdType; |
||||
|
import com.baomidou.mybatisplus.annotation.TableField; |
||||
|
import com.baomidou.mybatisplus.annotation.TableId; |
||||
|
import com.baomidou.mybatisplus.annotation.TableName; |
||||
|
import io.swagger.annotations.ApiModelProperty; |
||||
|
import lombok.Data; |
||||
|
import lombok.EqualsAndHashCode; |
||||
|
import org.nl.wms.mes.domain.QPMES060Request; |
||||
|
import org.nl.wms.mes.domain.QPMES060RequestBody; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
import java.math.BigDecimal; |
||||
|
|
||||
|
@Data |
||||
|
@EqualsAndHashCode(callSuper = false) |
||||
|
@TableName("mes_in_material") |
||||
|
public class MesInMaterial implements Serializable { |
||||
|
private static final long serialVersionUID = 1L; |
||||
|
//入库单号
|
||||
|
private String order_code; |
||||
|
//入库单类型
|
||||
|
private String order_type; |
||||
|
//托盘号
|
||||
|
private String pallet_sn; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//供应商编码
|
||||
|
private String supplier_code; |
||||
|
//供应商名称
|
||||
|
private String supplier_name; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//导入时间
|
||||
|
private String create_time; |
||||
|
//更新时间
|
||||
|
private String update_time; |
||||
|
//回传状态
|
||||
|
private String return_status; |
||||
|
|
||||
|
|
||||
|
public void copyFrom(QPMES060RequestBody source){ |
||||
|
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true)); |
||||
|
} |
||||
|
} |
@ -0,0 +1,49 @@ |
|||||
|
package org.nl.wms.sch.material.service.dao; |
||||
|
|
||||
|
import cn.hutool.core.bean.BeanUtil; |
||||
|
import cn.hutool.core.bean.copier.CopyOptions; |
||||
|
import com.baomidou.mybatisplus.annotation.TableName; |
||||
|
import lombok.Data; |
||||
|
import lombok.EqualsAndHashCode; |
||||
|
import org.nl.wms.mes.domain.QPMES064RequestBody; |
||||
|
import org.nl.wms.mes.domain.QPMES068RequestBody; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
@Data |
||||
|
@EqualsAndHashCode(callSuper = false) |
||||
|
@TableName("mes_move_material") |
||||
|
public class MesMoveMaterial implements Serializable { |
||||
|
private static final long serialVersionUID = 1L; |
||||
|
//移库单号
|
||||
|
private String order_code; |
||||
|
//移库单类型
|
||||
|
private String order_type; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//供应商编码
|
||||
|
private String supplier_code; |
||||
|
//供应商名称
|
||||
|
private String supplier_name; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//移库对接区
|
||||
|
private String sect_code; |
||||
|
//导入时间
|
||||
|
private String create_time; |
||||
|
//更新时间
|
||||
|
private String update_time; |
||||
|
//回传状态
|
||||
|
private String return_status; |
||||
|
|
||||
|
|
||||
|
public void copyFrom(QPMES068RequestBody source){ |
||||
|
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true)); |
||||
|
} |
||||
|
} |
@ -0,0 +1,49 @@ |
|||||
|
package org.nl.wms.sch.material.service.dao; |
||||
|
|
||||
|
import cn.hutool.core.bean.BeanUtil; |
||||
|
import cn.hutool.core.bean.copier.CopyOptions; |
||||
|
import com.baomidou.mybatisplus.annotation.TableName; |
||||
|
import lombok.Data; |
||||
|
import lombok.EqualsAndHashCode; |
||||
|
import org.nl.wms.mes.domain.QPMES060RequestBody; |
||||
|
import org.nl.wms.mes.domain.QPMES064RequestBody; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
@Data |
||||
|
@EqualsAndHashCode(callSuper = false) |
||||
|
@TableName("mes_out_material") |
||||
|
public class MesOutMaterial implements Serializable { |
||||
|
private static final long serialVersionUID = 1L; |
||||
|
//出库单号
|
||||
|
private String order_code; |
||||
|
//出库单类型
|
||||
|
private String order_type; |
||||
|
//物料编码
|
||||
|
private String product_name; |
||||
|
//物料名称
|
||||
|
private String product_description; |
||||
|
//供应商编码
|
||||
|
private String supplier_code; |
||||
|
//供应商名称
|
||||
|
private String supplier_name; |
||||
|
//规格
|
||||
|
private String specification; |
||||
|
//批次号
|
||||
|
private String batch; |
||||
|
//数量
|
||||
|
private double qty; |
||||
|
//出库对接区
|
||||
|
private String sect_code; |
||||
|
//导入时间
|
||||
|
private String create_time; |
||||
|
//更新时间
|
||||
|
private String update_time; |
||||
|
//回传状态
|
||||
|
private String return_status; |
||||
|
|
||||
|
|
||||
|
public void copyFrom(QPMES064RequestBody source){ |
||||
|
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true)); |
||||
|
} |
||||
|
} |
@ -1,17 +0,0 @@ |
|||||
package org.nl.wms.sch.material.service.dao.mapper; |
|
||||
|
|
||||
import com.alibaba.fastjson.JSONObject; |
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
||||
import org.nl.wms.sch.group.service.dao.SchBaseVehiclematerialgroup; |
|
||||
import org.nl.wms.sch.group.service.dto.SchBaseVehiclematerialgroupQuery; |
|
||||
import org.nl.wms.sch.material.service.dao.Material; |
|
||||
import org.nl.wms.sch.material.service.dto.MaterialQuery; |
|
||||
|
|
||||
/** |
|
||||
* @author lyd |
|
||||
* @date 2023-05-16 |
|
||||
**/ |
|
||||
public interface MaterialMapper extends BaseMapper<Material> { |
|
||||
|
|
||||
} |
|
@ -0,0 +1,12 @@ |
|||||
|
package org.nl.wms.sch.material.service.dao.mapper; |
||||
|
|
||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
|
import org.nl.wms.sch.material.service.dao.MesInMaterial; |
||||
|
|
||||
|
/** |
||||
|
* @author lyd |
||||
|
* @date 2023-05-16 |
||||
|
**/ |
||||
|
public interface MesInMaterialMapper extends BaseMapper<MesInMaterial> { |
||||
|
|
||||
|
} |
@ -0,0 +1,12 @@ |
|||||
|
package org.nl.wms.sch.material.service.dao.mapper; |
||||
|
|
||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
|
import org.nl.wms.sch.material.service.dao.MesMoveMaterial; |
||||
|
|
||||
|
/** |
||||
|
* @author lyd |
||||
|
* @date 2023-05-16 |
||||
|
**/ |
||||
|
public interface MesMoveMaterialMapper extends BaseMapper<MesMoveMaterial> { |
||||
|
|
||||
|
} |
@ -0,0 +1,12 @@ |
|||||
|
package org.nl.wms.sch.material.service.dao.mapper; |
||||
|
|
||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
|
import org.nl.wms.sch.material.service.dao.MesOutMaterial; |
||||
|
|
||||
|
/** |
||||
|
* @author lyd |
||||
|
* @date 2023-05-16 |
||||
|
**/ |
||||
|
public interface MesOutMaterialMapper extends BaseMapper<MesOutMaterial> { |
||||
|
|
||||
|
} |
Loading…
Reference in new issue