6
0
Fork 0
jiqu-library-server/app/Enums/DealerWalletAction.php

15 lines
291 B
PHP

<?php
namespace App\Enums;
enum DealerWalletAction: int {
case ManagerSubsidyIn = 1;
case ManageSubsidyIn = 2;
case PurchaseSubsidyIn = 3;
case ChannelSubsidyIn = 4;
case WithdrawBank = 5;
case WithdrawFiled = 6;
case OrderPaid = 7;
case OrderIncome = 8;
}