task 1565 发运修改

yun-zuoyi
wynne1005 5 years ago
parent 64daf36410
commit d5f69eeefd

@ -3277,7 +3277,7 @@ public class MesPcnEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT) @JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum SHIPPING_ACTUAL_STATUS { public enum SHIPPING_ACTUAL_STATUS {
CREATE(10, "创建"), CREATE(10, "创建"),
CANCEL(20, "已发运"); SHIPPED(20, "已发运");
private int value; private int value;
private String description; private String description;
@ -3338,7 +3338,7 @@ public class MesPcnEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT) @JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum FSM_STATE_TYPE { public enum FSM_STATE_TYPE {
BEGIN(10, "begin", "开始状态点"), BEGIN(10, "begin", "开始状态点"),
END(20, "end", "结束状态点"); END(40, "end", "结束状态点");
private int value; private int value;
private String code; private String code;

@ -132,9 +132,6 @@ public class StationRequestBean implements Serializable {
@ApiParam("客户工厂代码") @ApiParam("客户工厂代码")
private String customerFactoryCode; private String customerFactoryCode;
@ApiParam("发运命令")
private String shippingCmd;
@Override @Override
public String toString() { public String toString() {
return "StationRequestBean{" + return "StationRequestBean{" +

Loading…
Cancel
Save