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