fix:1、添加H5
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
using RedHotRoast;
|
||||
|
||||
namespace RedHotRoast
|
||||
{
|
||||
public class H5Model : BaseModel
|
||||
{
|
||||
#region 生命周期
|
||||
|
||||
protected override void OnInit()
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnDispose()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user