|
|
@ -1,6 +1,7 @@
|
|
|
|
package cn.estsh.i3plus.pojo.sweb.bean;
|
|
|
|
package cn.estsh.i3plus.pojo.sweb.bean;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
@ -122,4 +123,8 @@ public class SwebPurchaseOrder extends BaseBean {
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
@ApiParam(value = "预计到货时间 结束时间")
|
|
|
|
@ApiParam(value = "预计到货时间 结束时间")
|
|
|
|
private String expectedTimeEnd;
|
|
|
|
private String expectedTimeEnd;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_SYNC", nullable = false)
|
|
|
|
|
|
|
|
@ApiParam("是否同步")
|
|
|
|
|
|
|
|
public Integer isSync = CommonEnumUtil.FALSE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|