namespace WIDESEA_Common { public enum ConveyorLineInfoDBName { /// /// 请求下料 /// R_DownRquest, /// /// 请求上料 /// R_UpRquest } public enum LocationStateEnum { /// /// 有货 /// LocationState_Stored, /// /// 空货位 /// LocationState_Empty, /// /// 锁定 /// LocationState_Lock, /// /// 未连接 /// LocationState_Close, /// /// 等待分切下料完成 /// LocationState_Wait } }