mirror of https://github.com/abpframework/abp.git
committed by
GitHub
14 changed files with 50 additions and 13 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.BlazoriseUI.Components.ObjectExtending; |
|||
|
|||
public enum ExtensionPropertyModalType : byte |
|||
{ |
|||
CreateModal = 0, |
|||
EditModal = 1 |
|||
} |
|||
Loading…
Reference in new issue