1
huangxiaoqiang
6 天以前 ff34f2d5f1e9a4a3fcd7ed5049bd88d75c70203b
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
    Task<Dictionary<string, int>> GetLocationByStockType(bool stockType, string areaCode);
}