using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareCommon.Utils { /// /// 日志类型 /// public enum LogType { /// /// 删除托盘和物料绑定关系 日志 /// RemoveBASE_CONTAINER_VS_ITEM = 1, } }