完善职务礼包红包默认配置

This commit is contained in:
2026-04-24 23:09:32 +08:00
parent 4486a87326
commit 5273b4ee4b
12 changed files with 394 additions and 93 deletions
+4
View File
@@ -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',
];
}