| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_ISquareCabinServices; |
| | | |
| | | namespace WIDESEA_IBasicService |
| | | { |
| | |
| | | /// è´§ä½ä¸å¡å± |
| | | /// </summary> |
| | | ILocationInfoService LocationInfoService { get; } |
| | | |
| | | /// <summary> |
| | | /// ç©æä¸å¡å± |
| | | /// </summary> |
| | | IMaterielInfoService MaterielInfoService { get; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºä¸å¡å± |
| | | /// </summary> |
| | |
| | | IPalletCodeInfoService PalletCodeInfoService { get; } |
| | | |
| | | IMaterielCodeInfoService MaterielCodeInfoService { get; } |
| | | |
| | | //IMedicineGoodsServices MedicineGoodsServices { get; } |
| | | } |
| | | } |