wanshenmean
2024-09-23 798a97899b961baf7099bc3421d3ad926b1298da
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IStockInfoRepository : IRepository<DtStockInfo>
    {
    }
}