修改sonar--BUG类型问题
parent
fd9a2e6d15
commit
40672559e4
@ -0,0 +1,57 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: adair.song
|
||||
* @Date: 2020/05/22 14:24
|
||||
* @Modify:
|
||||
*/
|
||||
@Data
|
||||
public class ProductInfoManageModel {
|
||||
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
|
||||
@ApiParam("VIN号")
|
||||
private String vinCode;
|
||||
|
||||
@ApiParam("车型")
|
||||
private String prodCfgTypeCode;
|
||||
|
||||
@ApiParam("等级代码")
|
||||
private String gradeCode;
|
||||
|
||||
@ApiParam("产品颜色")
|
||||
private String produceColor;
|
||||
|
||||
@ApiParam("产品位置")
|
||||
private String produceCategoryCode;
|
||||
|
||||
@ApiParam("物料号")
|
||||
private String partNo;
|
||||
|
||||
@ApiParam("物料名称")
|
||||
private String partNameRdd;
|
||||
|
||||
@ApiParam("产品条码")
|
||||
private String productSn;
|
||||
|
||||
@ApiParam("队列明细序号")
|
||||
private Double seq;
|
||||
|
||||
@ApiParam("条码状态")
|
||||
private Integer snStatus;
|
||||
|
||||
@ApiParam("质量状态")
|
||||
private Integer qcStatus;
|
||||
|
||||
@ApiParam("下线时间")
|
||||
private String outWorkCenterTime;
|
||||
|
||||
@ApiParam("切换时间")
|
||||
private String switchTime;
|
||||
}
|
Loading…
Reference in New Issue