using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.App.Middle { /// /// 中间件排序 /// public class MiddleSortRequest { /// /// 第一 /// public int MiddleIdFirst { get; set; } /// /// 第二 /// public int MiddleIdSecond { get; set; } } }