winform+dev的前后台分离标准项目
lg
2024-08-30 01656f0ff2bf7b62ef0fb039e24be888849ad728
WebApi/Gs.User/Service/OrganizationController.cs
@@ -82,7 +82,7 @@
        /// <param name="model"></param>
        /// <returns></returns>
        [RequestMethod(RequestMethods.POST)]
        public ReturnDto<int?> DeleteModel([FromBody] MenuAction model)
        public ReturnDto<int?> DeleteModel([FromBody] dynamic model)
        {
            int rtnInt = (int)ReturnCode.Default;
            int cont = 0;