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

26 lines
287 B

  1. //
  2. namespace SafeCampus.System;
  3. /// <summary>
  4. /// 操作日志分页输入
  5. /// </summary>
  6. public class OperateLogPageInput : VisitLogPageInput
  7. {
  8. }
  9. /// <summary>
  10. /// 操作日志日志删除输入
  11. /// </summary>
  12. public class OperateLogDeleteInput : VisitLogDeleteInput
  13. {
  14. }