| | |
| | | [EnterpriseRechargeStatusEnum.CheckReject]: '审核未通过', |
| | | }; |
| | | |
| | | export enum GetEnterpriseDrawWithListOutputStatus { |
| | | /** 待审核*/ |
| | | WaitCheck = 10, |
| | | /** 审核通过*/ |
| | | CheckPassed = 20, |
| | | /** 已拨付*/ |
| | | PaySuccess = 21, |
| | | /** 拨付失败*/ |
| | | PayFail = 22, |
| | | /** 审核未通过*/ |
| | | CheckReject = 30, |
| | | } |
| | | export const GetEnterpriseDrawWithListOutputStatusText = { |
| | | [GetEnterpriseDrawWithListOutputStatus.WaitCheck]: '待审核', |
| | | [GetEnterpriseDrawWithListOutputStatus.CheckPassed]: '审核通过', |
| | | [GetEnterpriseDrawWithListOutputStatus.PaySuccess]: '已拨付', |
| | | [GetEnterpriseDrawWithListOutputStatus.PayFail]: '拨付失败', |
| | | [GetEnterpriseDrawWithListOutputStatus.CheckReject]: '审核未通过', |
| | | }; |
| | | |
| | | export enum EnterprisePrechargeInComeStatusEnum { |
| | | /** 未入账*/ |
| | | NotInCome = 10, |