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