Files

28 lines
316 B
C#
Raw Permalink Normal View History

2026-06-02 10:26:44 +08:00
namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public class H5Model : BaseModel
{
public decimal show102;
#region 生命周期
protected override void OnInit()
{
}
protected override void OnDispose()
{
}
#endregion
}
}