|
|
@ -124,6 +124,10 @@ public class WmsActionLog extends BaseBean {
|
|
|
|
@ApiParam(value = "结束组件编号", example = "0")
|
|
|
|
@ApiParam(value = "结束组件编号", example = "0")
|
|
|
|
public Long endAmId;
|
|
|
|
public Long endAmId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "DURATION")
|
|
|
|
|
|
|
|
@ApiParam(value = "执行耗时,单位:毫秒", example = "0")
|
|
|
|
|
|
|
|
public Integer duration = 0;
|
|
|
|
|
|
|
|
|
|
|
|
public Long getInitAmId() {
|
|
|
|
public Long getInitAmId() {
|
|
|
|
if (initAmId != null) {
|
|
|
|
if (initAmId != null) {
|
|
|
|
return initAmId.longValue();
|
|
|
|
return initAmId.longValue();
|
|
|
|