|
|
@ -7,9 +7,7 @@ use App\Constants\v3\Withdrawal; |
|
|
class StoreWithdrawal extends Model |
|
|
class StoreWithdrawal extends Model |
|
|
{ |
|
|
{ |
|
|
protected $table = 'lanzu_store_withdrawal'; |
|
|
protected $table = 'lanzu_store_withdrawal'; |
|
|
|
|
|
|
|
|
protected $dateFormat = 'Y-m-d h:i:s'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected $appends = [ |
|
|
protected $appends = [ |
|
|
'state_text', |
|
|
'state_text', |
|
|
'check_time_text' |
|
|
'check_time_text' |
|
|
|