|
|
|
@ -107,7 +107,7 @@ public class WmsActionGroup extends BaseBean {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int getIsAutoCommitVal() {
|
|
|
|
|
return this.isCommitRefMove == null ? 0 : this.isCommitRefMove.intValue();
|
|
|
|
|
return this.isAutoCommit == null ? 0 : this.isAutoCommit.intValue();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int getAutoInitVal() {
|
|
|
|
|