<?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;
}