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