新增小额奖励

This commit is contained in:
2026-05-09 18:00:33 +08:00
parent 8bc05d6c63
commit e509522188
121 changed files with 1582 additions and 61 deletions
@@ -0,0 +1,23 @@
using BingoBrain.Core;
namespace BingoBrain
{
public class PettyAwardModel : BaseModel
{
#region
protected override void OnInit()
{
}
protected override void OnDispose()
{
}
protected override void OnReset()
{
}
#endregion
}
}