完善职务礼包红包默认配置
This commit is contained in:
@@ -37,6 +37,8 @@ class Position extends Model
|
||||
'recipient_daily_limit',
|
||||
'sort_order',
|
||||
'permissions',
|
||||
'red_packet_amount',
|
||||
'red_packet_count',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -53,6 +55,8 @@ class Position extends Model
|
||||
'recipient_daily_limit' => 'integer',
|
||||
'sort_order' => 'integer',
|
||||
'permissions' => 'array',
|
||||
'red_packet_amount' => 'integer',
|
||||
'red_packet_count' => 'integer',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user