packages/constants/apiEnum.ts
@@ -417,6 +417,10 @@ InProcess = 20, /**已结算 */ Completed = 30, /**部分结算 */ Part = 40, /**结算失败 */ Fail = 50, } /** 任务安排状态 */ @@ -566,3 +570,11 @@ /**已完成 */ Completed = 20, } /** 结算到账状态 */ export enum SettlementReceiveStatus { /**已到账 */ Completed = 10, /**已退款 */ Refunded = 20, }