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

9 lines
117 B
PHP

<?php
namespace App\Enums;
enum DealerWalletAction: int {
case WithdrawBank = 4;
case WithdrawFiled = 6;
}