src/api/crm/business/index.ts
@@ -21,7 +21,6 @@ statusTypeName?: string; statusId: number; statusName?: string; endStatus: number; endRemark: string; dealTime: Date; totalProductPrice: number; @@ -52,8 +51,7 @@ /** 商机更新状态请求 */ export interface BusinessUpdateStatusReqVO { id: number; statusId: number | undefined; endStatus: number | undefined; statusId: number; } }