chenhaozhe
8 天以前 3bb24c2bc665a8070b87aef27de7d2145ef798d3
WebAPI/Utility/PermissionAttribute.cs
File was renamed from WebAPI/Utility/ModOperateAttribute.cs
@@ -10,8 +10,9 @@
    {
        public string HModName { get; }
        public string Operate { get; }
        public PermissionAttribute(string operate)
        public PermissionAttribute(string hModName,string operate)
        {
            HModName = hModName;
            Operate = operate;
        }
    }