调整
This commit is contained in:
@@ -5,6 +5,7 @@ import type { PageParam } from '@/api';
|
||||
*/
|
||||
export interface ContractSettleEquipment {
|
||||
contractSettleId?: any;
|
||||
equipmentId: any;
|
||||
// 合同id
|
||||
contractId: any;
|
||||
// 设备名
|
||||
@@ -13,6 +14,8 @@ export interface ContractSettleEquipment {
|
||||
equipmentModel: string;
|
||||
// 进场编号
|
||||
factoryNo: any;
|
||||
// 备案号
|
||||
filingNo: any;
|
||||
// 自编号
|
||||
equipmentNo: any;
|
||||
// 租期
|
||||
@@ -25,10 +28,15 @@ export interface ContractSettleEquipment {
|
||||
workerAmount: any;
|
||||
// 其他费用
|
||||
otherAmount: any;
|
||||
// 其他费用计算模式
|
||||
otherAmountCalMode: any;
|
||||
// 预埋费
|
||||
preBuryAmount: any;
|
||||
// 备注
|
||||
remark?: any;
|
||||
userId?: any;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user