从山证v2.3.0拷贝
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace YLErp.Modules.AppModule
|
||||
{
|
||||
class InitializeSetting
|
||||
{
|
||||
/// <summary>
|
||||
/// 更新系统,默认false
|
||||
/// </summary>
|
||||
public bool UpgradeSystem { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 加载插件,默认false
|
||||
/// </summary>
|
||||
public bool LoadPlugin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user