Merge branch 'dev' of http://git.estsh.com/i3-IMPP/i3plus-pojo into dev
commit
32ed3d388f
@ -0,0 +1,40 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.bean.MesPackage;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* @Author: xiangming.liao
|
||||
* @CreateDate: 2020/12/18 16:13 下午
|
||||
* @Description: 包装查询报表返回model
|
||||
**/
|
||||
@Api("包装查询报表返回model")
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class MesPackageQueryModel extends MesPackage {
|
||||
@ApiParam("工序名称")
|
||||
private String processName;
|
||||
|
||||
@ApiParam("产线")
|
||||
private String workCenterName;
|
||||
|
||||
@ApiParam("工作单元名称")
|
||||
private String workCellName;
|
||||
|
||||
public MesPackageQueryModel(String workCenterName, String workCellName) {
|
||||
this.workCenterName = workCenterName;
|
||||
this.workCellName = workCellName;
|
||||
}
|
||||
|
||||
public MesPackageQueryModel(String packageNo, String partNo, String partNameRdd, Double qty, Double packSpecQty, String unit, String lotNo, String fixLotNo, String packSpec, Integer printStatus, Integer isSealed, Integer packLevel, String workOrderNo, String memo, String workCenterCode, String workCellCode, String custCode, String inLocationTime, String ctNo, String sampleType, String packageLabelTemplate, String qrCode, String locationCode, String erpWorkCenterCode, String fnLocationNo,String processName, String workCenterName, String workCellName) {
|
||||
super(packageNo, partNo, partNameRdd, qty, packSpecQty, unit, lotNo, fixLotNo, packSpec, printStatus, isSealed, packLevel, workOrderNo, memo, workCenterCode, workCellCode, custCode, inLocationTime, ctNo, sampleType, packageLabelTemplate, qrCode, locationCode, erpWorkCenterCode, fnLocationNo);
|
||||
this.processName=processName;
|
||||
this.workCenterName = workCenterName;
|
||||
this.workCellName = workCellName;
|
||||
}
|
||||
}
|
@ -0,0 +1,39 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description : 卡斯马报废率趋势查询条件封装类
|
||||
* @Reference :
|
||||
* @Author : dominic
|
||||
* @CreateDate : 2020-12-24 16:35
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@Api("报废率趋势查询条件封装类")
|
||||
public class ScrapRateTrendQueryModel {
|
||||
|
||||
@ApiParam("组织机构代码")
|
||||
private String organizeCode;
|
||||
|
||||
@ApiParam("工序代码")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("开始时间")
|
||||
private String startTime;
|
||||
|
||||
@ApiParam("结束时间")
|
||||
private String endTime;
|
||||
|
||||
@ApiParam("时间类型")
|
||||
private String timeType;
|
||||
|
||||
@ApiParam("项目号")
|
||||
private String prodCfgTypeCode;
|
||||
|
||||
@ApiParam("物料号")
|
||||
private String partNo;
|
||||
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description : 时间计数
|
||||
* @Reference :
|
||||
* @Author : dominic
|
||||
* @CreateDate : 2020/12/28 10:10
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class TimeCountModel {
|
||||
@ApiParam("时间段")
|
||||
private String time;
|
||||
|
||||
@ApiParam("计数")
|
||||
private Integer count;
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description : 时间比率
|
||||
* @Reference :
|
||||
* @Author : dominic
|
||||
* @CreateDate : 2020/12/28 13:10
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class TimeRateModel {
|
||||
@ApiParam("时间段")
|
||||
private String time;
|
||||
|
||||
@ApiParam("比率")
|
||||
private double rate;
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 产品履历报表-缺陷信息
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/18 15:16
|
||||
**/
|
||||
@Data
|
||||
@ApiModel("产品履历报表-缺陷信息")
|
||||
public class DefectRecordModel implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 4994719388513997046L;
|
||||
|
||||
|
||||
@ApiParam("不良处理类型")
|
||||
private Integer defectActionType;
|
||||
|
||||
@ApiParam("不良处理类型名称")
|
||||
private String defectActionTypeName;
|
||||
|
||||
@ApiParam("缺陷名称")
|
||||
private String defectName;
|
||||
|
||||
@ApiParam("缺陷位置")
|
||||
private String defectLocation;
|
||||
|
||||
@ApiParam("缺陷位置名称")
|
||||
private String defectLocationName;
|
||||
|
||||
@ApiParam(value = "创建用户")
|
||||
public String createUser;
|
||||
|
||||
@ApiParam(value = "创建日期")
|
||||
public String createDatetime;
|
||||
|
||||
}
|
@ -0,0 +1,76 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 产品履历报表-料箱信息
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/18 17:16
|
||||
**/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@ApiModel("产品履历报表-料箱信息")
|
||||
public class PackageTravelModel implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -7031472442162953544L;
|
||||
|
||||
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
|
||||
@ApiParam("料箱编号")
|
||||
private String ctNo;
|
||||
|
||||
@ApiParam("包装号")
|
||||
private String packageNo;
|
||||
|
||||
@ApiParam("料箱类型")
|
||||
private String cnCode;
|
||||
|
||||
@ApiParam("料箱状态")
|
||||
private String useStatus;
|
||||
|
||||
@ApiParam("料箱状态名称")
|
||||
private String useStatusName;
|
||||
|
||||
@ApiParam("物料码")
|
||||
private String partNo;
|
||||
|
||||
@ApiParam("物料名称")
|
||||
private String partNameRdd;
|
||||
|
||||
@ApiParam("产线")
|
||||
private String workCenterCode;
|
||||
|
||||
@ApiParam("工序信息")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("执行动作")
|
||||
private Integer opType;
|
||||
|
||||
@ApiParam("执行动作名称")
|
||||
private String opTypeName;
|
||||
|
||||
@ApiParam("执行时间")
|
||||
private String createDatetime;
|
||||
|
||||
public PackageTravelModel(String serialNumber, String ctNo, String packageNo, String cnCode, String useStatus, String partNo, String partNameRdd, String workCenterCode, String processCode, Integer opType, String createDatetime) {
|
||||
this.serialNumber = serialNumber;
|
||||
this.ctNo = ctNo;
|
||||
this.packageNo = packageNo;
|
||||
this.cnCode = cnCode;
|
||||
this.useStatus = useStatus;
|
||||
this.partNo = partNo;
|
||||
this.partNameRdd = partNameRdd;
|
||||
this.workCenterCode = workCenterCode;
|
||||
this.processCode = processCode;
|
||||
this.opType = opType;
|
||||
this.createDatetime = createDatetime;
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 工序代码+工序名称 实体类
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/22 16:56
|
||||
**/
|
||||
@Data
|
||||
@ApiModel("工序代码+工序名称")
|
||||
public class ProcessModel implements Serializable {
|
||||
|
||||
|
||||
private static final long serialVersionUID = -6653836427174801385L;
|
||||
|
||||
@ApiParam("工序代码")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("工序名称")
|
||||
private String processName;
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 全工序报废率-查询结果-model
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/21 10:10
|
||||
**/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@ApiModel("全工序报废率-查询结果")
|
||||
public class ProcessScrapRate {
|
||||
|
||||
@ApiParam("工序")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("工序名称")
|
||||
private String processName;
|
||||
|
||||
@ApiParam("项目号")
|
||||
private String prodCfgTypeCode;
|
||||
|
||||
@ApiParam("工位")
|
||||
private String workCellCode;
|
||||
|
||||
@ApiParam("报废率")
|
||||
private BigDecimal scrapRate;
|
||||
|
||||
|
||||
public ProcessScrapRate(String processCode,String processName, String prodCfgTypeCode, String workCellCode) {
|
||||
this.processCode = processCode;
|
||||
this.processName = processName;
|
||||
this.prodCfgTypeCode = prodCfgTypeCode;
|
||||
this.workCellCode = workCellCode;
|
||||
}
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: xiangming.liao
|
||||
* @CreateDate: 2020/12/28 14:24 下午
|
||||
* @Description: 一次性通过率占比柏拉图报表model
|
||||
**/
|
||||
@Api("一次性通过率占比柏拉图报表model")
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class ProduceDispPassPlatoModel {
|
||||
|
||||
@ApiParam("项目号")
|
||||
private List<String> prodCfgTypeCodeList;
|
||||
|
||||
@ApiParam("零件号")
|
||||
private List<String> partNoList;
|
||||
|
||||
@ApiParam("单项占比")
|
||||
private BigDecimal singleRatio;
|
||||
|
||||
@ApiParam("累计占比")
|
||||
private BigDecimal cumulativeRatio;
|
||||
|
||||
@ApiParam("缺陷数量")
|
||||
private BigDecimal defectQty;
|
||||
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: xiangming.liao
|
||||
* @CreateDate: 2020/12/28 14:18 下午
|
||||
* @Description: 一次性通过率占比柏拉图报表查询参数model
|
||||
**/
|
||||
@Api("一次性通过率占比柏拉图报表查询参数model")
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class ProduceDispPassPlatoQueryModel {
|
||||
/**
|
||||
* 必选
|
||||
*/
|
||||
|
||||
@ApiParam("工序")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("统计方式")
|
||||
private Integer statisticalPlacer;
|
||||
/**
|
||||
* 可选
|
||||
*/
|
||||
@ApiParam("项目号")
|
||||
private List<String> prodCfgTypeCodeList;
|
||||
|
||||
@ApiParam("零件号")
|
||||
private List<String> partNoList;
|
||||
|
||||
@ApiParam("开始时间")
|
||||
private String modifyStartDate;
|
||||
|
||||
@ApiParam("结束时间")
|
||||
private String modifyEndDate;
|
||||
}
|
@ -0,0 +1,52 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @Author: xiangming.liao
|
||||
* @CreateDate: 2020/12/22 14:38 下午
|
||||
* @Description: 每个月/天的冻结数、报废数、生产总数、占比回model
|
||||
**/
|
||||
@Api("每个月/天的冻结数、报废数、生产总数、占比返回model")
|
||||
@Data
|
||||
public class ProduceDispPassRateModel {
|
||||
@ApiParam("统计时间")
|
||||
private String statisticalTime;
|
||||
|
||||
@ApiParam("质量状态/类型")
|
||||
private Integer qcStatus;
|
||||
|
||||
@ApiParam("统计选项")
|
||||
private String statisticalOption;
|
||||
|
||||
@ApiParam("冻结数")
|
||||
private BigDecimal freezeQty;
|
||||
|
||||
@ApiParam("报废数")
|
||||
private BigDecimal scrapQty;
|
||||
|
||||
@ApiParam("生产总数")
|
||||
private BigDecimal produceSumQty;
|
||||
|
||||
@ApiParam("占比率")
|
||||
private BigDecimal ratio;
|
||||
|
||||
public ProduceDispPassRateModel(String statisticalTime, Integer qcStatus, String statisticalOption, BigDecimal freezeQty, BigDecimal scrapQty, BigDecimal produceSumQty, BigDecimal ratio) {
|
||||
this.statisticalTime = statisticalTime;
|
||||
this.qcStatus = qcStatus;
|
||||
this.statisticalOption = statisticalOption;
|
||||
this.freezeQty = freezeQty;
|
||||
this.scrapQty = scrapQty;
|
||||
this.produceSumQty = produceSumQty;
|
||||
this.ratio = ratio;
|
||||
}
|
||||
|
||||
public ProduceDispPassRateModel() {
|
||||
}
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: xiangming.liao
|
||||
* @CreateDate: 2020/12/23 13:38 下午
|
||||
* @Description: 一次性通过率查询参数model
|
||||
**/
|
||||
@Api("一次性通过率查询参数model")
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class ProduceDispPassRateQueryModel {
|
||||
/**
|
||||
* 必选
|
||||
*/
|
||||
|
||||
@ApiParam("工序")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("统计方式")
|
||||
private Integer statisticalPlacer;
|
||||
|
||||
@ApiParam("质量类型")
|
||||
private String qcStatus;
|
||||
|
||||
/**
|
||||
* 可选
|
||||
*/
|
||||
@ApiParam("项目号")
|
||||
private List<String> prodCfgTypeCodeList;
|
||||
|
||||
@ApiParam("零件号")
|
||||
private List<String> partNoList;
|
||||
|
||||
@ApiParam("开始时间")
|
||||
private String modifyStartDate;
|
||||
|
||||
@ApiParam("结束时间")
|
||||
private String modifyEndDate;
|
||||
|
||||
}
|
@ -0,0 +1,65 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/24 18:57
|
||||
**/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@ApiModel("生产统计明细")
|
||||
public class ProductDetailResult {
|
||||
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
|
||||
@ApiParam("零件号")
|
||||
private String partNo;
|
||||
|
||||
@ApiParam("零件描述")
|
||||
private String partNameRdd;
|
||||
|
||||
@ApiParam("生产线")
|
||||
private String workCenterCode;
|
||||
|
||||
@ApiParam("工序")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("工序名称")
|
||||
private String processName;
|
||||
|
||||
@ApiParam("条码状态")
|
||||
private String qcStatus;
|
||||
|
||||
@ApiParam(value = "创建用户")
|
||||
public String createUser;
|
||||
|
||||
@ApiParam(value = "创建日期")
|
||||
public String createDatetime;
|
||||
|
||||
@ApiParam(value = "修改人")
|
||||
public String modifyUser;
|
||||
|
||||
@ApiParam(value = "修改日期")
|
||||
public String modifyDatetime;
|
||||
|
||||
|
||||
public ProductDetailResult(String serialNumber, String partNo, String partNameRdd, String workCenterCode, String processCode, String processName, String qcStatus, String createUser, String createDatetime, String modifyUser, String modifyDatetime) {
|
||||
this.serialNumber = serialNumber;
|
||||
this.partNo = partNo;
|
||||
this.partNameRdd = partNameRdd;
|
||||
this.workCenterCode = workCenterCode;
|
||||
this.processCode = processCode;
|
||||
this.processName = processName;
|
||||
this.qcStatus = qcStatus;
|
||||
this.createUser = createUser;
|
||||
this.createDatetime = createDatetime;
|
||||
this.modifyUser = modifyUser;
|
||||
this.modifyDatetime = modifyDatetime;
|
||||
}
|
||||
}
|
@ -0,0 +1,56 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @author yumingxing 生产总数
|
||||
* @version 1.0
|
||||
* @date 2020/12/24 18:57
|
||||
**/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class ProductResult {
|
||||
|
||||
@ApiParam("工作单元")
|
||||
private String workCellCode;
|
||||
@ApiParam("零件号")
|
||||
private String partNo;
|
||||
@ApiParam("零件描述")
|
||||
private String partNameRdd;
|
||||
@ApiParam("生产线")
|
||||
private String workCenterCode;
|
||||
@ApiParam("工序")
|
||||
private String processCode;
|
||||
@ApiParam("工序名称")
|
||||
private String processName;
|
||||
@ApiParam("生产总数")
|
||||
private long totalProduction;
|
||||
@ApiParam("合格数")
|
||||
private long qualified;
|
||||
@ApiParam("冻结数")
|
||||
private long unqualified;
|
||||
@ApiParam("报废数")
|
||||
private long scrap;
|
||||
@ApiParam("合格率")
|
||||
private BigDecimal qualifiedRate;
|
||||
@ApiParam("冻结率")
|
||||
private BigDecimal unqualifiedRate;
|
||||
@ApiParam("报废率")
|
||||
private BigDecimal scrapRate;
|
||||
|
||||
public ProductResult(String workCellCode,String partNo, String partNameRdd, String workCenterCode, String processCode, String processName, long qualified, long unqualified, long scrap) {
|
||||
this.workCellCode = workCellCode;
|
||||
this.partNo = partNo;
|
||||
this.partNameRdd = partNameRdd;
|
||||
this.workCenterCode = workCenterCode;
|
||||
this.processCode = processCode;
|
||||
this.processName = processName;
|
||||
this.qualified = qualified;
|
||||
this.unqualified = unqualified;
|
||||
this.scrap = scrap;
|
||||
}
|
||||
}
|
@ -0,0 +1,62 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 产品履历报表-产品信息
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/18 15:16
|
||||
**/
|
||||
@Data
|
||||
@ApiModel("产品履历报表-产品信息")
|
||||
public class ProductSnModel implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 5217363746963291483L;
|
||||
|
||||
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
|
||||
@ApiParam("条码状态")
|
||||
private Integer snStatus;
|
||||
|
||||
@ApiParam("条码状态Name")
|
||||
private String snStatusName;
|
||||
|
||||
@ApiParam("质量状态")
|
||||
private Integer qcStatus;
|
||||
|
||||
@ApiParam("质量状态Name")
|
||||
private String qcStatusName;
|
||||
|
||||
@ApiParam("物料码")
|
||||
private String partNo;
|
||||
|
||||
@ApiParam("物料名称")
|
||||
private String partNameRdd;
|
||||
|
||||
@ApiParam("产线")
|
||||
private String workCenterCode;
|
||||
|
||||
@ApiParam("流程代码")
|
||||
private String routeCode;
|
||||
|
||||
@ApiParam("当前工序")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("条码类型")
|
||||
private Integer snType;
|
||||
|
||||
@ApiParam("条码类型Name")
|
||||
private String snTypeName;
|
||||
|
||||
|
||||
@ApiParam(value = "执行时间")
|
||||
public String modifyDatetime;
|
||||
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 产品履历报表-过程信息
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/18 15:16
|
||||
**/
|
||||
@Data
|
||||
@ApiModel("产品履历报表-过程信息")
|
||||
public class ProductSnTravelModel implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 6720300188491659067L;
|
||||
|
||||
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
|
||||
@ApiParam("条码状态")
|
||||
private Integer snStatus;
|
||||
|
||||
@ApiParam("条码状态Name")
|
||||
private String snStatusName;
|
||||
|
||||
@ApiParam("质量状态")
|
||||
private Integer qcStatus;
|
||||
|
||||
@ApiParam("质量状态Name")
|
||||
private String qcStatusName;
|
||||
|
||||
@ApiParam("物料码")
|
||||
private String partNo;
|
||||
|
||||
@ApiParam("物料名称")
|
||||
private String partNameRdd;
|
||||
|
||||
@ApiParam("产线")
|
||||
private String workCenterCode;
|
||||
|
||||
@ApiParam("流程代码")
|
||||
private String routeCode;
|
||||
|
||||
@ApiParam("当前工序")
|
||||
private String processCode;
|
||||
|
||||
@ApiParam("当前工序")
|
||||
private String nextProcessCode;
|
||||
|
||||
@ApiParam("条码类型")
|
||||
private Integer snType;
|
||||
|
||||
@ApiParam("条码类型Name")
|
||||
private String snTypeName;
|
||||
|
||||
@ApiParam(value = "执行时间")
|
||||
public String modifyDatetime;
|
||||
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 生产统计
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/24 16:13
|
||||
**/
|
||||
@Data
|
||||
public class ProductStatisticsQueryModel {
|
||||
|
||||
@ApiParam("生产线")
|
||||
private String workCenterCode;
|
||||
@ApiParam("工序")
|
||||
private String processCode;
|
||||
@ApiParam("零件号")
|
||||
private String partNo;
|
||||
@ApiParam("开始日期")
|
||||
private String modifyStartDate;
|
||||
@ApiParam("结束日期")
|
||||
private String modifyEndDate;
|
||||
@ApiParam("质量状态")
|
||||
private String qcStatus;
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
}
|
@ -0,0 +1,41 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/21 10:10
|
||||
**/
|
||||
@Data
|
||||
public class ReportQueryModel {
|
||||
|
||||
@ApiParam("工序")
|
||||
private List<String> processCodeList;
|
||||
|
||||
@ApiParam("项目号")
|
||||
private List<String> prodCfgTypeCodeList;
|
||||
|
||||
/**
|
||||
* 零件号取物料号
|
||||
*/
|
||||
@ApiParam("零件号")
|
||||
private List<String> partNoList;
|
||||
|
||||
@ApiParam("开始日期")
|
||||
private String modifyStartDate;
|
||||
|
||||
@ApiParam("结束日期")
|
||||
private String modifyEndDate;
|
||||
|
||||
@ApiParam("账号")
|
||||
private String userLoginName;
|
||||
|
||||
@ApiParam("姓名")
|
||||
private String userName;
|
||||
|
||||
}
|
@ -0,0 +1,52 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 报废占比柏拉图Model
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/23 15:09
|
||||
**/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@ApiModel("报废占比柏拉图")
|
||||
public class ScrapOfPlatoModel {
|
||||
|
||||
@ApiParam("零件号")
|
||||
private String partNo;
|
||||
@ApiParam("项目")
|
||||
private String prodCfgTypeCode;
|
||||
@ApiParam("缺陷代码")
|
||||
private String defectCode;
|
||||
@ApiParam("缺陷名称")
|
||||
private String defectName;
|
||||
@ApiParam("缺陷数")
|
||||
private long numberOfDefects;
|
||||
@ApiParam("工作单元")
|
||||
private String workCellCode;
|
||||
|
||||
@ApiParam("报废率")
|
||||
private BigDecimal scrapRate;
|
||||
@ApiParam("报废占比")
|
||||
private BigDecimal scrapRatio;
|
||||
@ApiParam("柏拉图报废占比")
|
||||
private BigDecimal scrapRatioPlato;
|
||||
|
||||
|
||||
public ScrapOfPlatoModel(String partNo, String prodCfgTypeCode, String defectCode, String defectName, long numberOfDefects,String workCellCode) {
|
||||
this.partNo = partNo;
|
||||
this.prodCfgTypeCode = prodCfgTypeCode;
|
||||
this.defectCode = defectCode;
|
||||
this.defectName = defectName;
|
||||
this.numberOfDefects = numberOfDefects;
|
||||
this.workCellCode = workCellCode;
|
||||
}
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.report;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 用户查询-账号+姓名
|
||||
* @author yumingxing
|
||||
* @version 1.0
|
||||
* @date 2020/12/22 10:51
|
||||
**/
|
||||
@Data
|
||||
@ApiModel("用户查询-账号+姓名")
|
||||
public class UserQueryModel implements Serializable {
|
||||
|
||||
@ApiParam("账号")
|
||||
private String userLoginName;
|
||||
@ApiParam("姓名")
|
||||
private String userName;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
package cn.estsh.i3plus.pojo.model.common;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @Description : Impp短信内容
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-24 20:31
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@ApiModel("Impp短信内容")
|
||||
public class ImppSmsContent implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 3329812596753451793L;
|
||||
|
||||
@ApiModelProperty(value = "软件模块")
|
||||
private Integer softType;
|
||||
|
||||
@ApiModelProperty(value = "接收手机号")
|
||||
private String receivePhoneNumber;
|
||||
|
||||
@ApiModelProperty(value = "短信签名代码")
|
||||
private String smsSignCode;
|
||||
|
||||
@ApiModelProperty(value = "模板代码")
|
||||
private String templateCode;
|
||||
|
||||
@ApiModelProperty(value = "短信参数")
|
||||
private Map<String, Object> paramMap;
|
||||
|
||||
}
|
@ -0,0 +1,128 @@
|
||||
package cn.estsh.i3plus.pojo.platform.bean;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.annotation.AnnoOutputColumn;
|
||||
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||
import cn.estsh.i3plus.pojo.base.enumutil.ImppEnumUtil;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.hibernate.annotations.DynamicInsert;
|
||||
import org.hibernate.annotations.DynamicUpdate;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Lob;
|
||||
import javax.persistence.Table;
|
||||
|
||||
/**
|
||||
* @Description :
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-13 16:13
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@Entity
|
||||
@DynamicInsert
|
||||
@DynamicUpdate
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Table(name = "SYS_SMS_SEND_RECORD")
|
||||
@ApiModel(value = "短信发送记录", description = "短信发送记录")
|
||||
public class SysSmsSendRecord extends BaseBean {
|
||||
|
||||
private static final long serialVersionUID = -3745690058553350416L;
|
||||
|
||||
/**
|
||||
* 发送回执ID
|
||||
*/
|
||||
@Column(name = "BIZ_ID")
|
||||
@ApiModelProperty(value = "回执id")
|
||||
private String bizId;
|
||||
|
||||
/**
|
||||
* 软件模块
|
||||
*/
|
||||
@Column(name = "SOFT_TYPE")
|
||||
@ApiModelProperty(value = "软件模块")
|
||||
private Integer softType;
|
||||
|
||||
/**
|
||||
* 接收手机号
|
||||
*/
|
||||
@Column(name = "RECEIVE_PHONE_NUMBER")
|
||||
@ApiModelProperty(value = "接收手机号")
|
||||
private String receivePhoneNumber;
|
||||
|
||||
/**
|
||||
* 模板代码
|
||||
*/
|
||||
@Column(name = "TEMPLATE_CODE")
|
||||
@ApiModelProperty(value = "模板代码")
|
||||
private String templateCode;
|
||||
|
||||
/**
|
||||
* 模板名称
|
||||
*/
|
||||
@Column(name = "TEMPLATE_NAME")
|
||||
@ApiModelProperty(value = "模板名称")
|
||||
private String templateName;
|
||||
|
||||
/**
|
||||
* 短信签名代码
|
||||
*/
|
||||
@Column(name = "SMS_SIGN_CODE")
|
||||
@ApiModelProperty(value = "短信签名代码")
|
||||
private String smsSignCode;
|
||||
|
||||
/**
|
||||
* 短信签名
|
||||
*/
|
||||
@Column(name = "SMS_SIGN")
|
||||
@ApiModelProperty(value = "短信签名")
|
||||
private String smsSign;
|
||||
|
||||
/**
|
||||
* 短信内容
|
||||
*/
|
||||
@Column(name = "SMS_CONTENT")
|
||||
@ApiModelProperty(value = "短信内容")
|
||||
private String smsContent;
|
||||
|
||||
/**
|
||||
* 短信内容
|
||||
*/
|
||||
@Column(name = "SMS_Param", length = 1000)
|
||||
@ApiModelProperty(value = "短信参数")
|
||||
private String smsParam;
|
||||
|
||||
/**
|
||||
* 短信发送状态
|
||||
*/
|
||||
@AnnoOutputColumn(refClass = ImppEnumUtil.SMS_SEND_STATUS.class)
|
||||
@Column(name = "SMS_SEND_STATUS")
|
||||
@ApiModelProperty(value = "短信发送状态")
|
||||
private Integer smsSendStatus;
|
||||
|
||||
/**
|
||||
* 短信发送时间
|
||||
*/
|
||||
@Column(name = "SEND_DATE_TIME")
|
||||
@ApiModelProperty(value = "短信发送时间")
|
||||
private String sendDateTime;
|
||||
|
||||
/**
|
||||
* 短信接收日期和时间
|
||||
*/
|
||||
@Column(name = "RECEIVE_DATE_TIME")
|
||||
@ApiModelProperty(value = "短信接收日期和时间")
|
||||
private String receiveDateTime;
|
||||
|
||||
/**
|
||||
* 短信发送异常信息
|
||||
*/
|
||||
@Lob
|
||||
@Column(name = "SEND_ERR_MSG")
|
||||
@ApiModelProperty(value = "短信发送异常信息")
|
||||
private String sendErrMsg;
|
||||
}
|
@ -0,0 +1,54 @@
|
||||
package cn.estsh.i3plus.pojo.platform.bean;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.hibernate.annotations.DynamicInsert;
|
||||
import org.hibernate.annotations.DynamicUpdate;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Table;
|
||||
|
||||
/**
|
||||
* @Description : 短信签名
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-13 16:09
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@Entity
|
||||
@DynamicInsert
|
||||
@DynamicUpdate
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Table(name = "SYS_SMS_SIGN")
|
||||
@ApiModel(value = "短信签名", description = "短信签名")
|
||||
public class SysSmsSign extends BaseBean {
|
||||
|
||||
private static final long serialVersionUID = -8979657974497978428L;
|
||||
|
||||
/**
|
||||
* 签名
|
||||
*/
|
||||
@Column(name = "SIGN_NAME")
|
||||
@ApiModelProperty(value = "签名")
|
||||
private String signName;
|
||||
|
||||
/**
|
||||
* 签名代码
|
||||
*/
|
||||
@Column(name = "SIGN_CODE")
|
||||
@ApiModelProperty(value = "签名代码")
|
||||
private String signCode;
|
||||
|
||||
/**
|
||||
* 签名描述
|
||||
*/
|
||||
@Column(name = "SIGN_DESC")
|
||||
@ApiModelProperty(value = "签名描述")
|
||||
private String signDesc;
|
||||
|
||||
}
|
@ -0,0 +1,101 @@
|
||||
package cn.estsh.i3plus.pojo.platform.bean;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.annotation.AnnoOutputColumn;
|
||||
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||
import cn.estsh.i3plus.pojo.base.enumutil.ImppEnumUtil;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.hibernate.annotations.DynamicInsert;
|
||||
import org.hibernate.annotations.DynamicUpdate;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Table;
|
||||
import javax.persistence.Transient;
|
||||
|
||||
/**
|
||||
* @Description : 短信模板
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-13 16:11
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@Entity
|
||||
@DynamicInsert
|
||||
@DynamicUpdate
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Table(name = "SYS_SMS_TEMPLATE")
|
||||
@ApiModel(value = "短信模板", description = "短信模板")
|
||||
public class SysSmsTemplate extends BaseBean {
|
||||
|
||||
private static final long serialVersionUID = -3879367761511016412L;
|
||||
|
||||
/**
|
||||
* 模板名称
|
||||
*/
|
||||
@Column(name = "TEMPLATE_NAME")
|
||||
@ApiModelProperty(value = "模板名称")
|
||||
private String templateName;
|
||||
|
||||
/**
|
||||
* 模板代码
|
||||
*/
|
||||
@Column(name = "TEMPLATE_CODE")
|
||||
@ApiModelProperty(value = "模板代码")
|
||||
private String templateCode;
|
||||
|
||||
/**
|
||||
* 模板代码
|
||||
*/
|
||||
@Column(name = "SUPPLIER_TEMPLATE_CODE")
|
||||
@ApiModelProperty(value = "模板代码")
|
||||
private String supplierTemplateCode;
|
||||
|
||||
/**
|
||||
* 模板类型
|
||||
*/
|
||||
@Column(name = "TEMPLATE_TYPE")
|
||||
@ApiModelProperty(value = "模板类型")
|
||||
private Integer templateType;
|
||||
|
||||
/**
|
||||
* 供应商类型
|
||||
*/
|
||||
@Column(name = "SUPPLIER_TYPE")
|
||||
@ApiModelProperty(value = "供应商类型")
|
||||
private Integer supplierType;
|
||||
|
||||
/**
|
||||
* 模板状态
|
||||
*/
|
||||
@Column(name = "TEMPLATE_STATUS")
|
||||
@ApiModelProperty(value = "模板状态")
|
||||
@AnnoOutputColumn(refClass = ImppEnumUtil.SMS_TEMPLATE_STATUS.class)
|
||||
private Integer templateStatus;
|
||||
|
||||
/**
|
||||
* 模板内容
|
||||
*/
|
||||
@Column(name = "TEMPLATE_CONTENT")
|
||||
@ApiModelProperty(value = "模板内容")
|
||||
private String templateContent;
|
||||
|
||||
/**
|
||||
* 模板描述
|
||||
*/
|
||||
@Column(name = "TEMPLATE_DESC")
|
||||
@ApiModelProperty(value = "模板描述")
|
||||
private String templateDesc;
|
||||
|
||||
|
||||
/**
|
||||
* 审批备注
|
||||
*/
|
||||
@Transient
|
||||
@ApiModelProperty(value = "审批备注")
|
||||
private String reason;
|
||||
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package cn.estsh.i3plus.pojo.platform.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
import cn.estsh.i3plus.pojo.platform.bean.SysSmsSendRecord;
|
||||
|
||||
/**
|
||||
* @Description : 短信发送记录
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-14 17:52
|
||||
* @Modify:
|
||||
**/
|
||||
public interface SysSmsSendRecordRepository extends BaseRepository<SysSmsSendRecord, Long> {
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package cn.estsh.i3plus.pojo.platform.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
import cn.estsh.i3plus.pojo.platform.bean.SysSmsSign;
|
||||
|
||||
/**
|
||||
* @Description : 短信签名
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-14 17:51
|
||||
* @Modify:
|
||||
**/
|
||||
public interface SysSmsSignRepository extends BaseRepository<SysSmsSign, Long> {
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package cn.estsh.i3plus.pojo.platform.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
import cn.estsh.i3plus.pojo.platform.bean.SysSmsTemplate;
|
||||
|
||||
/**
|
||||
* @Description : 短信模板
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-12-14 17:52
|
||||
* @Modify:
|
||||
**/
|
||||
public interface SysSmsTemplateRepository extends BaseRepository<SysSmsTemplate, Long> {
|
||||
}
|
@ -0,0 +1,35 @@
|
||||
package cn.estsh.i3plus.pojo.wms.modelbean;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
/**
|
||||
* @Description : 自动生成领料看板model
|
||||
* @Author : shun.cui
|
||||
* @CreateDate : 2020/12/17 10:34
|
||||
* @Modify :
|
||||
**/
|
||||
@Data
|
||||
@Api("自动生成领料看板")
|
||||
public class AutoPickingModel {
|
||||
@ApiParam("工厂名")
|
||||
private String organizeCode;
|
||||
@ApiParam("计划日期")
|
||||
private String planDate;
|
||||
@ApiParam("sap单号")
|
||||
private String erpSrcNo;
|
||||
@ApiParam("状态")
|
||||
private int orderStatus;
|
||||
@ApiParam("父零件号")
|
||||
private String partNo;
|
||||
@ApiParam("简称")
|
||||
private String partNameRdd;
|
||||
@ApiParam("完成数量")
|
||||
private Double printQty;
|
||||
@ApiParam("总数量")
|
||||
private Double qty;
|
||||
@ApiParam("操作时间")
|
||||
private String modifyDateTime;
|
||||
@ApiParam("操作人")
|
||||
private String modifyUser;
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
package cn.estsh.i3plus.pojo.wms.modelbean;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description : 最低库存/最高库存 预警看板 Model
|
||||
* @Author : shun.cui
|
||||
* @CreateDate : 2020/12/17 10:55
|
||||
* @Modify :
|
||||
**/
|
||||
@Data
|
||||
@Api("最低库存/最高库存预警看板")
|
||||
public class MinAndMaxStockModel {
|
||||
@ApiParam("工厂名")
|
||||
private String organizeCode;
|
||||
@ApiParam("存储区")
|
||||
private String zoneNo;
|
||||
@ApiParam("库位")
|
||||
private String locateNo;
|
||||
@ApiParam("零件号")
|
||||
private String partNo;
|
||||
@ApiParam("简称")
|
||||
private String partNameAdd;
|
||||
@ApiParam("数量")
|
||||
private Double qty;
|
||||
@ApiParam("最低库存")
|
||||
private Double min;
|
||||
@ApiParam("最高库存")
|
||||
private Double max;
|
||||
@ApiParam("件号")
|
||||
private String partTypeDesc;
|
||||
@ApiParam("包装规格")
|
||||
private Double snp;
|
||||
|
||||
}
|
@ -0,0 +1,166 @@
|
||||
package cn.estsh.i3plus.pojo.wms.modelbean;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||
import cn.estsh.i3plus.pojo.base.enumutil.WmsEnumUtil;
|
||||
import cn.estsh.i3plus.pojo.wms.bean.WmsMoveSn;
|
||||
import cn.estsh.i3plus.pojo.wms.bean.WmsStockSn;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Description : GCDC集装箱model
|
||||
* @Reference :
|
||||
* @Author : jimmy.zeng
|
||||
* @CreateDate : 2020-11-24 18:17
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@Api("GCDC集装箱model")
|
||||
public class WmsGcdcContainerModel extends BaseBean {
|
||||
|
||||
@ApiParam("移库单号号")
|
||||
public String orderNo;
|
||||
|
||||
@ApiParam("库存移动单号")
|
||||
public String moveNo;
|
||||
|
||||
@ApiParam("条码")
|
||||
public String sn;
|
||||
|
||||
@ApiParam(value = "ERP单号")
|
||||
private String erpSrcNo;
|
||||
|
||||
@ApiParam(value = "客户编号")
|
||||
private String custNo;
|
||||
|
||||
@ApiParam(value = "单据状态")
|
||||
public Integer orderStatus;
|
||||
|
||||
@ApiParam(value = "库存移动单状态")
|
||||
public Integer itemStatus;
|
||||
|
||||
@ApiParam(value = "包装编号")
|
||||
private String packageNo;
|
||||
|
||||
@ApiParam("集装箱号")
|
||||
private String containerNo;
|
||||
|
||||
@ApiParam("产地")
|
||||
private String productPlace;
|
||||
|
||||
@ApiParam("托盘重量")
|
||||
private Double packageWeight;
|
||||
|
||||
@ApiParam(value = "客户名称")
|
||||
public String custNameRdd;
|
||||
|
||||
@ApiParam(value = "业务类型")
|
||||
public Integer busiType;
|
||||
|
||||
@ApiParam(value = "交易类型代码")
|
||||
private String transTypeCode;
|
||||
|
||||
@ApiParam(value = "物料号")
|
||||
public String partNo;
|
||||
|
||||
@ApiParam(value = "物料号")
|
||||
public String partNameRdd;
|
||||
|
||||
@ApiParam(value = "客户地址")
|
||||
private String custAddr;
|
||||
|
||||
@ApiParam(value = "客户联系人")
|
||||
private String custOwner;
|
||||
|
||||
@ApiParam(value = "客户电话号码")
|
||||
private String custTel;
|
||||
|
||||
@ApiParam(value = "是否集装箱号")
|
||||
private Integer isContainer;
|
||||
|
||||
@ApiParam("移库单号集合")
|
||||
private List<String> orderNoList;
|
||||
|
||||
@ApiParam("库存移动单号集合")
|
||||
private List<String> moveNoList;
|
||||
|
||||
@ApiParam("库存移动单条码集合")
|
||||
private List<WmsMoveSn> moveSnList;
|
||||
|
||||
@ApiParam("库存条码集合")
|
||||
private List<WmsStockSn> stockSnList;
|
||||
|
||||
@ApiParam(value = "仓库代码")
|
||||
private String whNo;
|
||||
|
||||
@ApiParam(value = "存储区编号")
|
||||
private String zoneNo;
|
||||
|
||||
@ApiParam(value = "库位代码")
|
||||
private String locateNo;
|
||||
|
||||
@ApiParam(value = "客户发往地名称")
|
||||
private String flagName;
|
||||
|
||||
@ApiParam(value = "客户发往地代码")
|
||||
private String flagNo;
|
||||
|
||||
@ApiParam(value = "是否绑定发运")
|
||||
private Integer isBindingShip = WmsEnumUtil.TRUE_OR_FALSE.FALSE.getValue();
|
||||
|
||||
public WmsGcdcContainerModel() {
|
||||
}
|
||||
|
||||
public WmsGcdcContainerModel(Long id, String orderNo, String moveNo, String erpSrcNo, String custNo,
|
||||
Integer orderStatus, String createDatetime, String createUser) {
|
||||
this.id = id;
|
||||
this.orderNo = orderNo;
|
||||
this.moveNo = moveNo;
|
||||
this.erpSrcNo = erpSrcNo;
|
||||
this.custNo = custNo;
|
||||
this.orderStatus = orderStatus;
|
||||
this.createDatetime = createDatetime;
|
||||
this.createUser = createUser;
|
||||
}
|
||||
|
||||
public WmsGcdcContainerModel(Long id, String orderNo, String moveNo, String erpSrcNo, String custNo,
|
||||
Integer itemStatus, String createDatetime, String createUser, Integer busiType) {
|
||||
this.id = id;
|
||||
this.orderNo = orderNo;
|
||||
this.moveNo = moveNo;
|
||||
this.erpSrcNo = erpSrcNo;
|
||||
this.custNo = custNo;
|
||||
this.itemStatus = itemStatus;
|
||||
this.createDatetime = createDatetime;
|
||||
this.createUser = createUser;
|
||||
this.busiType = busiType;
|
||||
}
|
||||
|
||||
public WmsGcdcContainerModel(Long id, String orderNo, String packageNo, Double packageWeight, String custNo, String partNo, String flagNo) {
|
||||
this.id = id;
|
||||
this.orderNo = orderNo;
|
||||
this.packageNo = packageNo;
|
||||
this.packageWeight = packageWeight;
|
||||
this.custNo = custNo;
|
||||
this.partNo = partNo;
|
||||
this.flagNo = flagNo;
|
||||
}
|
||||
|
||||
public WmsGcdcContainerModel(Long id, String organizeCode, Double packageWeight, String packageNo, String zoneNo,
|
||||
String locateNo, String whNo, String partNo, String partNameRdd, String custNo, String flagNo) {
|
||||
this.id = id;
|
||||
this.organizeCode = organizeCode;
|
||||
this.packageWeight = packageWeight;
|
||||
this.packageNo = packageNo;
|
||||
this.zoneNo = zoneNo;
|
||||
this.locateNo = locateNo;
|
||||
this.whNo = whNo;
|
||||
this.partNo = partNo;
|
||||
this.partNameRdd = partNameRdd;
|
||||
this.custNo = custNo;
|
||||
this.flagNo = flagNo;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue