NoteDetailRequest.cs 243 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using GxPress.Result;
  5. namespace GxPress.Request.App.Note
  6. {
  7. /// <summary>
  8. /// 笔记详情
  9. /// </summary>
  10. public class NoteDetailRequest
  11. {
  12. }
  13. }