|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.annotation.DynamicField;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
@ -103,6 +105,11 @@ public class WmsPoSn extends BaseBean {
|
|
|
|
|
@ApiParam(value = "供应商编码")
|
|
|
|
|
public String vendorNo;
|
|
|
|
|
|
|
|
|
|
// @Column(name = "DATE_CODE", nullable = false)
|
|
|
|
|
// @ApiParam(value = "供应商生产批次")
|
|
|
|
|
// @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
|
|
|
|
|
// public String dateCode = "";
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "供应商名称")
|
|
|
|
|
@Transient
|
|
|
|
|
public String vendorNameRdd;
|
|
|
|
@ -119,8 +126,9 @@ public class WmsPoSn extends BaseBean {
|
|
|
|
|
@Transient
|
|
|
|
|
public String lotNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value = "生产日期")
|
|
|
|
|
@Column(name = "DATE_CODE", nullable = false)
|
|
|
|
|
@ApiParam(value = "供应商生产日期")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
|
|
|
|
|
public String dateCode;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|