|
|
|
@ -216,7 +216,7 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
isRequire = 2, dataSrc = "/wms/work-center/list", listColumnName = "workCenterName", explicitColumnName = "workCenterCode")
|
|
|
|
|
private String productLines;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PROPORTION", columnDefinition = "decimal(10,5)")
|
|
|
|
|
@Column(name = "PROPORTION", columnDefinition = "decimal(10,8)")
|
|
|
|
|
@ApiParam(value = "待质检比例", example = "1")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2)
|
|
|
|
|
private Double proportion;
|
|
|
|
|