平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
181 B

  1. //
  2. namespace SafeCampus.Web.Core;
  3. /// <summary>
  4. /// 基础控制器
  5. /// </summary>
  6. [Route("sys/[controller]")]
  7. public class BaseController : IDynamicApiController
  8. {
  9. }