wanshenmean
2024-11-11 f328874c833ffa8e52d9486842039d6ead1a4bd5
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IStockInfoRepository : IRepository<DtStockInfo>
    {
    }
}