流程管家优化:1.缓存重新规划

2.重入保存上一步的回显
yun-zuoyi
Silliter 6 years ago
parent 91b5485951
commit 733b65e8d5

@ -45,8 +45,8 @@ public class WmsActionModule extends BaseBean {
public Integer amType;
@Column(name = "OP_TYPE_CODE")
@ApiParam(value = "作业类型", example = "0")
public Integer opTypeCode;
@ApiParam(value = "作业类型")
public String opTypeCode;
@Column(name = "IS_SHOW_INFO")
@ApiParam(value = "是否实现回显", example = "0")

Loading…
Cancel
Save