|
@@ -30,9 +30,9 @@ public class PurOrderAlert implements Serializable {
|
|
|
private String childId;
|
|
|
private String purchaseDepartmentName;
|
|
|
private String purchasemanName;
|
|
|
- /**创建人*/
|
|
|
- @ApiModelProperty(value = "创建人")
|
|
|
- private String createBy;
|
|
|
+// /**创建人*/
|
|
|
+// @ApiModelProperty(value = "创建人")
|
|
|
+// private String createBy;
|
|
|
private String sysOrgCode;
|
|
|
//组织 上海/香港
|
|
|
private String organize;
|
|
@@ -44,39 +44,39 @@ public class PurOrderAlert implements Serializable {
|
|
|
private BigDecimal totalAmountUsed;
|
|
|
|
|
|
|
|
|
- /**创建时间*/
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
- @ApiModelProperty(value = "创建时间")
|
|
|
- private Date createTime;
|
|
|
- /**更新人*/
|
|
|
- @ApiModelProperty(value = "更新人")
|
|
|
- private String updateBy;
|
|
|
- /**更新时间*/
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
- @ApiModelProperty(value = "更新时间")
|
|
|
- private Date updateTime;
|
|
|
- /**客户确认(1-已确认,0-未确认)*/
|
|
|
- @Excel(name = "客户确认(1-已确认,0-未确认)", width = 15)
|
|
|
- @ApiModelProperty(value = "客户确认(1-已确认,0-未确认)")
|
|
|
- @Dict(dicCode = "customer_confirm")
|
|
|
- private Integer status;
|
|
|
- /**提交(submit)1是0否*/
|
|
|
- @Excel(name = "提交(submit)1是0否", width = 15)
|
|
|
- @ApiModelProperty(value = "提交(submit)1是0否")
|
|
|
- @Dict(dicCode = "yes_or_no")
|
|
|
- private String submit;
|
|
|
- /**关闭(close)1是0否*/
|
|
|
- @Excel(name = "关闭(close)1是0否", width = 15)
|
|
|
- @ApiModelProperty(value = "关闭(close)1是0否")
|
|
|
- @Dict(dicCode = "yes_or_no")
|
|
|
- private String close;
|
|
|
- /**删除状态(0-正常,1-已删除)*/
|
|
|
- @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
- @ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
|
- @TableLogic
|
|
|
- private Integer delFlag;
|
|
|
+// /**创建时间*/
|
|
|
+// @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+// @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+// @ApiModelProperty(value = "创建时间")
|
|
|
+// private Date createTime;
|
|
|
+// /**更新人*/
|
|
|
+// @ApiModelProperty(value = "更新人")
|
|
|
+// private String updateBy;
|
|
|
+// /**更新时间*/
|
|
|
+// @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+// @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+// @ApiModelProperty(value = "更新时间")
|
|
|
+// private Date updateTime;
|
|
|
+// /**客户确认(1-已确认,0-未确认)*/
|
|
|
+// @Excel(name = "客户确认(1-已确认,0-未确认)", width = 15)
|
|
|
+// @ApiModelProperty(value = "客户确认(1-已确认,0-未确认)")
|
|
|
+// @Dict(dicCode = "customer_confirm")
|
|
|
+// private Integer status;
|
|
|
+// /**提交(submit)1是0否*/
|
|
|
+// @Excel(name = "提交(submit)1是0否", width = 15)
|
|
|
+// @ApiModelProperty(value = "提交(submit)1是0否")
|
|
|
+// @Dict(dicCode = "yes_or_no")
|
|
|
+// private String submit;
|
|
|
+// /**关闭(close)1是0否*/
|
|
|
+// @Excel(name = "关闭(close)1是0否", width = 15)
|
|
|
+// @ApiModelProperty(value = "关闭(close)1是0否")
|
|
|
+// @Dict(dicCode = "yes_or_no")
|
|
|
+// private String close;
|
|
|
+// /**删除状态(0-正常,1-已删除)*/
|
|
|
+// @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
+// @ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
|
+// @TableLogic
|
|
|
+// private Integer delFlag;
|
|
|
/**单据日期*/
|
|
|
@Excel(name = "单据日期", width = 15, format = "yyyy-MM-dd")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|