平安校园
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.

VioAnalysisController.cs 364 B

12345678910111213
  1. namespace SafeCampus.Web.Core.Controllers.Application.Business;
  2. /// <summary>
  3. /// 预警分析控制器
  4. /// </summary>
  5. [ApiDescriptionSettings(ApiGroupConsts.SYSTEM_Business, Tag = "预警分析", Order =86)]
  6. [Route("violation/analysis")]
  7. [RolePermission]
  8. public class VioAnalysisController
  9. {
  10. //场景报告导出
  11. //导出查询条件
  12. //生成word
  13. }