管理端船公司下拉接口
parent
9e512a1085
commit
5430161cf5
@ -0,0 +1,23 @@
|
|||||||
|
using DS.Module.Core;
|
||||||
|
using DS.Module.Core.Extensions;
|
||||||
|
using DS.WMS.Core.Code.Dtos;
|
||||||
|
using DS.WMS.Core.Fee.Dtos;
|
||||||
|
using DS.WMS.Core.Info.Dtos;
|
||||||
|
using DS.WMS.Core.Op.Dtos;
|
||||||
|
using DS.WMS.Core.Sys.Dtos;
|
||||||
|
using DS.WMS.Core.Sys.Entity;
|
||||||
|
using SqlSugar;
|
||||||
|
|
||||||
|
namespace DS.WMS.Core.Sys.Interface;
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public interface IServerCommonService
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 获取船公司下拉列表-管理端
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public Task<DataResult<List<CodeCarrierRes>>> GetCodeCarrierSelectList(string queryKey = "");
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue