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

yun-zuoyi
jenkins 6 years ago
commit 499edddace

@ -104,6 +104,10 @@ public class WmsActionLogDetails extends BaseBean {
@ApiParam(value = "回显组件方法ID", example = "1")
private Long showAmId;
@Column(name = "AGD_ID")
@ApiParam(value = "作业流程明细ID", example = "1")
private Long agdId;
public Long getAsId() {
if (asId != null) {
return asId.longValue();

Loading…
Cancel
Save