namespace IStation.WinFrmUI { /// /// 页面操作枚举 /// public enum ePageDataOperation { Insert = 1,//插入 Update = 2,//更新 Delete = 3,//删除 } }