2092 MES202006-首检、巡检检验单据生成逻辑变更-20200615

yun-zuoyi
陈思洁 5 years ago
parent 556f112ef8
commit 6bc9aa1f70

@ -94,11 +94,11 @@ public class MesQcCheckStandard extends BaseBean implements Serializable {
@Column(name = "MAXIMUM")
@ApiParam("最大数")
private Integer maximum = 0;
private Double maximum = 0d;
@Column(name = "MINIMUM")
@ApiParam("最小数")
private Integer minimum = 0;
private Double minimum = 0d;
@Transient
@ApiParam("检测类型名称")

@ -90,9 +90,9 @@ public class MesQcOrderDetail extends BaseBean implements Serializable {
@Column(name = "MAXIMUM")
@ApiParam("最大数")
private Integer maximum = 0;
private Double maximum = 0d;
@Column(name = "MINIMUM")
@ApiParam("最小数")
private Integer minimum = 0;
private Double minimum = 0d;
}

Loading…
Cancel
Save