1
huangxiaoqiang
2025-04-07 de821d69ff8a57fa9ea7cb1c0138997cad9754ae
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
    Task<Dictionary<string, int>> GetLocationByStockType(bool stockType, string areaCode);
}