using DS.Module.Core; using DS.WMS.Core.System.Dtos; using DS.WMS.Core.System.Entity; namespace DS.WMS.Core.System.Interface; public interface ITenantApplyService { /// /// 获取注册企业申请信息 /// /// /// public DataResult GetTenantApplyInfo(string id); }