|
|
|
@ -74,6 +74,14 @@ public class WmsActionGroup extends BaseBean {
|
|
|
|
|
@ApiParam(value = "提交步骤序号")
|
|
|
|
|
private Integer submitStepSeq;
|
|
|
|
|
|
|
|
|
|
public void setInitAmId(Long initAmId) {
|
|
|
|
|
this.initAmId = initAmId == null ? 0 : this.initAmId.longValue();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDetailsAmId(Long detailsAmId) {
|
|
|
|
|
this.detailsAmId = detailsAmId == null ? 0 : this.detailsAmId.longValue();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public long getInitAmIdVal() {
|
|
|
|
|
return this.initAmId == null ? 0 : this.initAmId.longValue();
|
|
|
|
|
}
|
|
|
|
|