新增兑换

This commit is contained in:
2026-05-19 14:16:52 +08:00
parent 59a6b0dec4
commit defb4f0280
37 changed files with 906 additions and 20 deletions
@@ -0,0 +1,23 @@
using BingoBrain.Core;
namespace BingoBrain
{
public class ExchangeModel : BaseModel
{
#region
protected override void OnInit()
{
}
protected override void OnDispose()
{
}
protected override void OnReset()
{
}
#endregion
}
}