刘磊
2024-12-10 53db158b8018fba144a937cf1749cce050855c7a
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}