bug:8268;8267;8266;8265

yun-zuoyi
qianhs 5 years ago
parent f03e119561
commit fdaa4c1740

@ -3567,10 +3567,7 @@ public class WmsEnumUtil {
*/ */
@JsonFormat(shape = JsonFormat.Shape.OBJECT) @JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum WMS_STOCK_TYPE { public enum WMS_STOCK_TYPE {
SOURCE(10, "实物条码"), SOURCE(10, "实物条码"), TARGET(20, "虚拟条码"), CUST_SN(30, "客户条码");
TARGET(20, "虚拟条码"),
CUST_SN(30, "客户条码"),
FIRST_MIDDLE_LAST(40, "首中末件");
private int value; private int value;
private String description; private String description;
@ -5723,6 +5720,7 @@ public class WmsEnumUtil {
public enum DOCK_ORDER_STATUS { public enum DOCK_ORDER_STATUS {
WAIT_SEND(10, "待送货"), WAIT_SEND(10, "待送货"),
ARRIVED(20, "已到达"), ARRIVED(20, "已到达"),
RECEIVED(30, "已收货"),
CANCELED(40, "已取消"); CANCELED(40, "已取消");
private int value; private int value;
@ -6612,5 +6610,4 @@ public class WmsEnumUtil {
return valueOf(val); return valueOf(val);
} }
} }
} }

Loading…
Cancel
Save