This commit is contained in:
2024-01-31 14:54:49 +08:00
parent 71e28fd448
commit 2fd8b3d341
48 changed files with 1657 additions and 583 deletions

View File

@@ -44,6 +44,9 @@ public class TowerIncome implements Serializable {
@ApiModelProperty(value = "收款单位")
private Integer incomeCompanyId;
@ApiModelProperty(value = "付款单位")
private Integer payCompanyId;
@ApiModelProperty(value = "收款金额")
private BigDecimal amount;