|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 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; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|