无关风月
2025-02-19 4151c136e9f4a8022c52c49e8718a54d35dd36fc
ruoyi-system/src/main/java/com/ruoyi/system/model/TFaultRepairMessage.java
@@ -34,12 +34,20 @@
    private String id;
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")
    private String appUserId;
    @TableField("tenant_id")
    private String tenantId;
    @ApiModelProperty(value = "物品分类id")
    @TableField("item_type_id")
    private String itemTypeId;
    @ApiModelProperty(value = "物品id")
    @TableField("item_id")
    private String itemId;
    @ApiModelProperty(value = "合同id")
    @TableField("contract_id")
    private String contractId;
    @ApiModelProperty(value = "故障区域")
    @TableField("fault_area_name")
@@ -66,9 +74,8 @@
    private Integer repairType;
    @ApiModelProperty(value = "上门时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("visit_time")
    private LocalDateTime visitTime;
    private String visitTime;
    @ApiModelProperty(value = "联系电话")
    @TableField("contact_number")
@@ -99,6 +106,10 @@
    @TableField("attachment")
    private String attachment;
    @ApiModelProperty(value = "附件名称  逗号分割")
    @TableField("attachment_name")
    private String attachmentName;
    @ApiModelProperty(value = "状态 1=待处理 2=已处理")
    @TableField("status")
    private Integer status;