yupeng
2025-04-03 e46313878affe7b550a02acf4c694b4e400025fb
ruoyi-system/src/main/java/com/ruoyi/system/model/TContract.java
@@ -184,4 +184,12 @@
    @TableField("house_use_scope")
    private String houseUseScope;
    @ApiModelProperty(value = "终止日期-前端传的")
    @TableField("terminate_time")
    private LocalDateTime terminateTime;
    @ApiModelProperty(value = "营业部id")
    @TableField("business_dept_id")
    private String businessDeptId;
}