| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @Schema(description = "结束日期") |
| | | private java.util.Date endDate; |
| | | /**合作月份*/ |
| | | @Excel(name = "合作月份", width = 15) |
| | | @Schema(description = "合作月份") |
| | | private java.lang.Integer month; |
| | | /**见词时间*/ |
| | | @Excel(name = "见词时间", width = 15) |
| | | @Schema(description = "见词时间") |
| | |
| | | @Excel(name = "状态", width = 15, dicCode = "yuyici_status") |
| | | @Dict(dicCode = "yuyici_status") |
| | | @Schema(description = "状态") |
| | | private java.lang.String status;; |
| | | private java.lang.String status; |
| | | /**后缀添加*/ |
| | | @Excel(name = "后缀添加", width = 15) |
| | | @Schema(description = "后缀添加") |
| | |
| | | @Schema(description = "分配时间") |
| | | private java.util.Date distributionTime; |
| | | |
| | | |
| | | /**审核人*/ |
| | | @Excel(name = "审核人", width = 15) |
| | | @Schema(description = "审核人") |
| | | private java.lang.String reviewer; |
| | | /**审核时间*/ |
| | | @Excel(name = "审核时间", width = 20, format = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | @Schema(description = "审核时间") |
| | | private java.util.Date reviewTime; |
| | | /**实发平台*/ |
| | | @Excel(name = "实发平台", width = 15) |
| | | @Schema(description = "实发平台") |
| | | private java.lang.String outUrl; |
| | | /**价格*/ |
| | | @Excel(name = "价格", width = 15) |
| | | @Schema(description = "价格") |
| | | private java.lang.Double price; |
| | | |
| | | @TableField(exist = false) |
| | | private Contract contract; |
| | | |
| | | @TableField(exist = false) |
| | | private String isDropService; |
| | | |
| | | @TableField(exist = false) |
| | | private List<SemanticWord> semanticWordList; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | private String customerName; |
| | | @TableField(exist = false) |
| | | private String agentName; |
| | | |
| | | @TableField(exist = false) |
| | | private String checkStartTime; |
| | | @TableField(exist = false) |
| | | private String checkEndTime; |
| | | |
| | | @TableField(exist = false) |
| | | private String reviewStatus; |
| | | |
| | | @TableField(exist = false) |
| | | private String statusFilter; |
| | | |
| | | @TableField(exist = false) |
| | | private String changerNotEqual; |
| | | |
| | | @TableField(exist = false) |
| | | private String user; |
| | | /**验收指标*/ |
| | | @Excel(name = "验收指标", width = 15) |
| | | @Schema(description = "验收指标") |
| | | private java.lang.Double acceptindicator; |
| | | |
| | | @Excel(name = "掉词记录数", width = 15) |
| | | @Schema(description = "掉词记录数") |
| | | private java.lang.String count; |
| | | } |