| | |
| | | @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 = "后缀添加") |
| | |
| | | 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 user; |
| | | /**验收指标*/ |
| | | @Excel(name = "验收指标", width = 15) |
| | | @Schema(description = "验收指标") |
| | | private java.lang.Double acceptindicator; |
| | | |
| | | @Excel(name = "掉词记录数", width = 15) |
| | | @Schema(description = "掉词记录数") |
| | | private java.lang.String count; |
| | | } |