namespace ZXKFramework { public class OrderDragData { //UID public int id; //顺序 public int orderID; //名称 public string dragGameName; } }