zhangmei
2025-02-14 728a54cc02ff66e38bc8719ecc0f3155e597084c
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")
@@ -99,6 +107,10 @@
    @TableField("attachment")
    private String attachment;
    @ApiModelProperty(value = "附件名称  逗号分割")
    @TableField("attachment_name")
    private String attachmentName;
    @ApiModelProperty(value = "状态 1=待处理 2=已处理")
    @TableField("status")
    private Integer status;