更新代码
This commit is contained in:
@@ -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";
|
||||
/**
|
||||
* 统计未缴水电费账单数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user