|
|
@ -1,6 +1,8 @@
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean;
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
@ -41,7 +43,8 @@ public class WmsTransType extends BaseBean{
|
|
|
|
private Integer seq;
|
|
|
|
private Integer seq;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PROG_CODE")
|
|
|
|
@Column(name = "PROG_CODE")
|
|
|
|
@ApiParam(value ="处理程序")
|
|
|
|
@ApiParam(value = "处理程序", example = "-1")
|
|
|
|
private String progCode;
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
|
|
|
|
private Long progCode;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|