无关风月
2025-01-23 e6fc35920ded81df2642ad4b79a74ab3092d449f
ruoyi-system/src/main/java/com/ruoyi/system/model/TContract.java
@@ -61,7 +61,7 @@
    @TableField("deposit")
    private BigDecimal deposit;
    @ApiModelProperty(value = "租金支付方式 1=季付")
    @ApiModelProperty(value = "租金支付方式 1=月付 2=季付 3=年付")
    @TableField("pay_type")
    private Integer payType;
@@ -125,5 +125,11 @@
    @ApiModelProperty(value = "状态 1=待提交 2=待审批 3=未签订 4=已签订")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "内存大小多个文件逗号拼接")
    @TableField("memory")
    private String memory;
    @ApiModelProperty(value = "附件名称 逗号拼接")
    @TableField("contract_file_name")
    private String contractFileName;
}