yupeng
2025-04-25 f1102811e3b2ff5977ed02721efc1c7cd03a042d
ruoyi-system/src/main/java/com/ruoyi/system/query/TContractQuery.java
@@ -24,4 +24,10 @@
    @NotBlank(message = "租户id不可为空")
    @ApiModelProperty(value = "租户id")
    private String tenantId;
    @ApiModelProperty(value = "查询多个状态")
    private List<Integer> statuses;
    @ApiModelProperty(value = "营运部门ID")
    private String businessDeptId;
}