using Yw.CAL; namespace HStation.CAL { /// /// /// public interface IAssetsThreelinkMain : IBaseCAL { /// /// 通过 系列ID 获取 /// public Task> GetBySeriesID(long ID); /// /// 更新默认值状态 /// /// public Task UpdateDefaultStatus(long ID, bool status); } }