陈勇
2024-11-14 0dfb009511d5265194d9162008e0faf60961b666
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IStockInfoRepository : IRepository<DtStockInfo>
    {
    }
}