更新代码

This commit is contained in:
2026-04-21 20:04:59 +08:00
parent 65bfa963f8
commit b394cc6d13
75 changed files with 3143 additions and 192 deletions

View File

@@ -21,6 +21,14 @@ public final class OaApiUrl {
* 查询资产详情
*/
public static final String QUERY_ASSETS_DETAIL = "/assets/detail";
/**
* 获取所有商圈信息
*/
public static final String QUERY_ALL_BIZZONE = "/assets/getBizZones";
/**
* 获取所有商圈信息
*/
public static final String QUERY_ALL_FEATURE = "/assets/getFeatures";
/**
* 分页查询合同
*/
@@ -61,6 +69,10 @@ public final class OaApiUrl {
* 统计未缴租金账单数
*/
public static final String COUNT_UNPAY_RENT_BILLS = "/bill/countUnpay/rent";
/**
* 获取账单收款方
*/
public static final String BILL_PAY_RECEIVER = "/bill/payreceiver";
/**
* 统计未缴水电费账单数
*/