调整
This commit is contained in:
28
src/api/tower/lending/model/index.ts
Normal file
28
src/api/tower/lending/model/index.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import type { PageParam } from '@/api';
|
||||
|
||||
/**
|
||||
* 合同
|
||||
*/
|
||||
export interface Lending {
|
||||
lendingId?: any;
|
||||
contractId?: any;
|
||||
contactNumber?: any;
|
||||
signDate?: any;
|
||||
projectName?: any;
|
||||
customerName?: any;
|
||||
companyName?: any;
|
||||
propertyCompany?: any;
|
||||
settleDate?: any;
|
||||
settleAmount?: any;
|
||||
fileList?: any;
|
||||
remark?: any;
|
||||
userId?: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* 合同搜索条件
|
||||
*/
|
||||
export interface LendingParam extends PageParam {
|
||||
projectName?: string;
|
||||
contractNo?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user