Merge remote-tracking branch 'remotes/origin/dev' into test

yun-zuoyi
Silliter 6 years ago
commit c99d7aec25

@ -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