using DS.Module.Core; using DS.WMS.Core.App.Dtos; using DS.WMS.Core.System.Dtos; namespace DS.WMS.Core.App.Interface; public interface IAppCommonService { /// /// 登录 /// /// /// DataResult AppUserLogin(AppLoginModel model); }