using System; using System.Collections.Generic; using System.Text; using GxPress.Result; namespace GxPress.Request.App.Note { /// <summary> /// 笔记详情 /// </summary> public class NoteDetailRequest { } }