namespace CellularManagement.Domain.Common; public interface IAggregateRoot { // 聚合根接口,用于标识领域模型中的聚合根 }