Browse Source

Merge branch 'phoenix' of http://120.24.33.109:11081/hyzjshwo/lanzu_api_hyperf into phoenix

master
Lemon 5 years ago
parent
commit
3d36abb55b
  1. 4
      app/Model/v3/StoreWithdrawal.php

4
app/Model/v3/StoreWithdrawal.php

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

Loading…
Cancel
Save