2025-08-22 11:54:33 +08:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Namespace Api
|
|
|
|
|
*
|
|
|
|
|
* All backend api type
|
|
|
|
|
*/
|
|
|
|
|
declare namespace Api {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* namespace Mps
|
|
|
|
|
*
|
|
|
|
|
* backend api module: "Mps"
|
|
|
|
|
*/
|
|
|
|
|
namespace Mps {
|
|
|
|
|
/** detail entry */
|
|
|
|
|
type DetailEntry = Common.CommonRecord<{
|
|
|
|
|
/** 主键 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
dataId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 业务类型id */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
subcategoryId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 业务类型名称 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
subcategoryName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 营销人员名称 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
yxName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 经办人员名称 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
jbName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 营销人员营销号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
yxId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 经办人员营销号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
jbId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 数据日期 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
date: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 部门名称 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
deptName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 部门id */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
deptId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 客户类型(1-个人,2-对公) */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
custType: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 客户身份证号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
custId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 客户姓名 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
custName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 客户账号/卡号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
custAcctNo: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 客户联系电话 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
custPhoneNo: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 磁条卡更换登记id */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
magneticCardId: CommonType.IdType;
|
|
|
|
|
magneticCardList: { oldCardNo: string; newCardNo: string }[];
|
|
|
|
|
/** 综合收单商户名 */
|
|
|
|
|
acquiringName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 综合收单商户号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
acquiringId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 网上支付开通渠道 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
internetChannel: string[];
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 交警处罚决定书 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
trafficId: CommonType.IdType;
|
|
|
|
|
trafficList: { trafficNo: string; trafficAmt: number }[];
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 职工所属单位 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
workplace: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 公积金缴纳账户名称 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
surplusAccountName: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 取暖费户号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
heatingNo: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 核对标志(0未核对 1核对通过 9核对失败) */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
checkFlag: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 核对时间 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
checkTime: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 核对人员(人工核对时) */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
checkUser: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 核对方式(0系统 1人工 2其他1 3其他2 4其他3) */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
checkType: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 核对结果 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
checkMsg: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 租户编号 */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
tenantId: CommonType.IdType;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
/** 删除标志(0代表存在 1代表删除) */
|
2025-08-27 21:46:59 +08:00
|
|
|
|
delFlag: string;
|
2025-08-22 11:54:33 +08:00
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
/** detail entry search params */
|
|
|
|
|
type DetailEntrySearchParams = CommonType.RecordNullable<
|
|
|
|
|
Pick<
|
|
|
|
|
Api.Mps.DetailEntry,
|
|
|
|
|
| 'subcategoryId'
|
|
|
|
|
| 'subcategoryName'
|
|
|
|
|
| 'yxName'
|
|
|
|
|
| 'jbName'
|
|
|
|
|
| 'yxId'
|
|
|
|
|
| 'jbId'
|
|
|
|
|
| 'date'
|
|
|
|
|
| 'deptName'
|
|
|
|
|
| 'deptId'
|
|
|
|
|
| 'custType'
|
|
|
|
|
| 'custId'
|
|
|
|
|
| 'custName'
|
|
|
|
|
| 'custAcctNo'
|
|
|
|
|
| 'custPhoneNo'
|
|
|
|
|
| 'magneticCardId'
|
|
|
|
|
| 'acquiringName'
|
|
|
|
|
| 'acquiringId'
|
|
|
|
|
| 'internetChannel'
|
|
|
|
|
| 'trafficId'
|
|
|
|
|
| 'workplace'
|
|
|
|
|
| 'surplusAccountName'
|
|
|
|
|
| 'heatingNo'
|
|
|
|
|
| 'checkFlag'
|
|
|
|
|
| 'checkTime'
|
|
|
|
|
| 'checkUser'
|
|
|
|
|
| 'checkType'
|
|
|
|
|
| 'checkMsg'
|
|
|
|
|
> &
|
|
|
|
|
Api.Common.CommonSearchParams
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
/** detail entry operate params */
|
|
|
|
|
type DetailEntryOperateParams = CommonType.RecordNullable<
|
|
|
|
|
Pick<
|
|
|
|
|
Api.Mps.DetailEntry,
|
|
|
|
|
| 'dataId'
|
|
|
|
|
| 'subcategoryId'
|
|
|
|
|
| 'subcategoryName'
|
|
|
|
|
| 'yxName'
|
|
|
|
|
| 'jbName'
|
|
|
|
|
| 'yxId'
|
|
|
|
|
| 'jbId'
|
|
|
|
|
| 'date'
|
|
|
|
|
| 'deptName'
|
|
|
|
|
| 'deptId'
|
|
|
|
|
| 'custType'
|
|
|
|
|
| 'custId'
|
|
|
|
|
| 'custName'
|
|
|
|
|
| 'custAcctNo'
|
|
|
|
|
| 'custPhoneNo'
|
|
|
|
|
| 'magneticCardId'
|
2025-08-27 21:46:59 +08:00
|
|
|
|
| 'magneticCardList'
|
2025-08-22 11:54:33 +08:00
|
|
|
|
| 'acquiringName'
|
|
|
|
|
| 'acquiringId'
|
|
|
|
|
| 'internetChannel'
|
|
|
|
|
| 'trafficId'
|
2025-08-27 21:46:59 +08:00
|
|
|
|
| 'trafficList'
|
2025-08-22 11:54:33 +08:00
|
|
|
|
| 'workplace'
|
|
|
|
|
| 'surplusAccountName'
|
|
|
|
|
| 'heatingNo'
|
|
|
|
|
| 'checkFlag'
|
|
|
|
|
| 'checkTime'
|
|
|
|
|
| 'checkUser'
|
|
|
|
|
| 'checkType'
|
|
|
|
|
| 'checkMsg'
|
|
|
|
|
>
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
/** detail entry list */
|
|
|
|
|
type DetailEntryList = Api.Common.PaginatingQueryRecord<DetailEntry>;
|
|
|
|
|
}
|
|
|
|
|
}
|