using APT.Infrastructure.Core; using APT.Infrastructure.Api; namespace APT.BaseData.Domain.IServices { /// /// /// public partial interface IFMOrganizationService : ICommonService { /// /// 重置组织缓存 /// void SetOrgCache(); } }