完善合同管理;

新增结算管理
This commit is contained in:
2023-06-12 01:32:34 +08:00
parent 385bfb96b8
commit 8307a16689
35 changed files with 1964 additions and 7 deletions

View File

@@ -70,6 +70,14 @@ public class TowerContractParam extends BaseParam {
@QueryField(type = QueryType.EQ)
private Boolean autoSettle;
@ApiModelProperty(value = "结算方式")
@QueryField(type = QueryType.EQ)
private Integer settleMethod;
@ApiModelProperty(value = "跨月结算日期")
@QueryField(type = QueryType.EQ)
private Integer extendMonthDate;
@ApiModelProperty(value = "已生成结算次数")
@QueryField(type = QueryType.EQ)
private Integer settleNum;