Merge branch 'dev' of jhforever.wang/wangjie-i3plus-pojo into dev

yun-zuoyi
王杰 5 years ago committed by nancy.li
commit 59adfec2d4

@ -2908,7 +2908,8 @@ public class MesPcnEnumUtil {
*/ */
@JsonFormat(shape = JsonFormat.Shape.OBJECT) @JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum CACHA_QUEUE_STATUS { public enum CACHA_QUEUE_STATUS {
CREATE(10, "创建"); CREATE(10, "创建"),
COMPLETE(20, "完成");
private int value; private int value;
private String description; private String description;

@ -42,4 +42,8 @@ public class MesCachaQueue extends BaseBean implements Serializable {
@ApiParam("缓存类型") @ApiParam("缓存类型")
private String cachaType; private String cachaType;
@Column(name = "PART_NO")
@ApiParam("物料号")
private String partNo;
} }

Loading…
Cancel
Save