using System.Collections.ObjectModel; namespace Update.Core.Entities { /// /// 更新包集合 /// public class PackageCollection : Collection { } }