优化质检明细枚举

yun-zuoyi
柯裕 6 years ago
parent 86125cff37
commit 152bcdf9ce

@ -1102,7 +1102,7 @@ public class WmsEnumUtil {
*/ */
@JsonFormat(shape = JsonFormat.Shape.OBJECT) @JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum QC_ITEM_STATUS { public enum QC_ITEM_STATUS {
NORMAL(10, "创建"), NORMAL(10, "正常"),
CANCELLATION(20, "已处理"); CANCELLATION(20, "已处理");
private int value; private int value;

Loading…
Cancel
Save