-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b3b364
commit d602a2a
Showing
5 changed files
with
39 additions
and
40 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
aspnet-core/frameworks/src/Lion.AbpPro.Core/Lion/AbpPro/Core/AbpProSettingConsts.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
namespace Lion.AbpPro.Core; | ||
|
||
public class AbpProSettingConsts | ||
{ | ||
public const string Prefix = "setting_"; | ||
|
||
/// <summary> | ||
/// 前端控件类型 | ||
/// </summary> | ||
public static class ControlType | ||
{ | ||
public const string Default = "Type"; | ||
public const string TypeText = "Text"; | ||
public const string TypeCheckBox = "CheckBox"; | ||
public const string Number = "Number"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...gement/src/Lion.AbpPro.BasicManagement.Domain/Data/Seeds/AbpSettingDataSeedContributor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters