1
dengjunjie
2025-01-13 cebd0800e9b5e1a1055a48d5e52f3f8a85e8d82c
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IBasicService.cs
@@ -9,11 +9,32 @@
{
    public interface IBasicService: IDependency
    {
        /// <summary>
        /// è´§ä½ä¸šåС层
        /// </summary>
        ILocationInfoService LocationInfoService { get; }
        /// <summary>
        /// ç‰©æ–™ä¸šåС层
        /// </summary>
        IMaterielInfoService MaterielInfoService { get; }
        /// <summary>
        /// ä»“库业务层
        /// </summary>
        IWarehouseService WarehouseService { get; }
        /// <summary>
        /// ä¾›åº”商业务层
        /// </summary>
        ISupplierInfoService SupplierInfoService { get; }
        IUserInfoService UserInfoService { get; }
        IPalletCodeInfoService PalletCodeInfoService { get; }
        ICustomerInfoService CustomerInfoService { get; }
        IMaterielCodeInfoService MaterielCodeInfoService { get; }
    }
}