初始化项目
This commit is contained in:
@@ -19,7 +19,6 @@ export interface ErpDebtRecords extends BasicModel<ErpDebtRecords> {
|
||||
accountId: string; // 账户标识
|
||||
repayAmount: number; // 还款金额
|
||||
repayTime?: string; // 还款时间
|
||||
categoryId?: string; // 分类标识
|
||||
remark?: string; // 备注说明
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ export interface ErpDebts extends BasicModel<ErpDebts> {
|
||||
remaining?: number; // 已还金额
|
||||
endTime?: string; // 结清时间
|
||||
ustatus: string; // 状态
|
||||
categoryId?: string; // 分类标识
|
||||
remark?: string; // 交易备注
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user