using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// WMS 推送的库位信息处理 /// public interface IStorageSocketDataHandle { /// /// 后台数据变化处理 /// /// void DataHandle(object data,object other = null); }