|
@@ -36,6 +36,8 @@ public class PurPurchaseQuotation implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(value = "创建人")
|
|
|
private String createBy;
|
|
|
+ private String sysOrgCode;
|
|
|
+
|
|
|
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
@@ -52,6 +54,7 @@ public class PurPurchaseQuotation implements Serializable {
|
|
|
|
|
|
@Excel(name = "状态(1-结束,0-报价中)", width = 15)
|
|
|
@ApiModelProperty(value = "状态(1-结束,0-报价中)")
|
|
|
+ @Dict(dicCode = "yes_or_no")
|
|
|
private Integer status;
|
|
|
|
|
|
@Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
@@ -61,6 +64,7 @@ public class PurPurchaseQuotation implements Serializable {
|
|
|
|
|
|
@Excel(name = "提交(1是 0否)", width = 15)
|
|
|
@ApiModelProperty(value = "提交(1是 0否)")
|
|
|
+ @Dict(dicCode = "yes_or_no")
|
|
|
private String submit;
|
|
|
|
|
|
@Excel(name = "单据日期(bill date)", width = 15, format = "yyyy-MM-dd")
|