Merge remote-tracking branch 'origin/test' into test

yun-zuoyi
廖湘明 4 years ago
commit e001bbecfe

@ -123,6 +123,10 @@ public class MesQcOrder extends BaseBean implements Serializable {
@ApiParam("任务单类型") @ApiParam("任务单类型")
private String checkOrderType; private String checkOrderType;
@Column(name = "ON_SITE_FREQUENCY")
@ApiParam("巡检次数")
private Integer onSiteFrequency = 0;
@Deprecated @Deprecated
@ApiParam(value = "检测结果") @ApiParam(value = "检测结果")
@Transient @Transient

@ -237,10 +237,10 @@ public class WmsStockSn extends BaseBean {
// @ApiParam(value = "乐观锁", example = "1") // @ApiParam(value = "乐观锁", example = "1")
// public Integer lockVersion; // public Integer lockVersion;
@ApiParam("托盘(容器)类型编号") @ApiParam("容器编号")
@Column(name = "CT_CODE") @Column(name = "CT_NO")
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT) @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
private String ctCode; private String ctNo;
@ApiParam(value = "仓库名称") @ApiParam(value = "仓库名称")
@Transient @Transient

Loading…
Cancel
Save