huangxiaoqiang
2024-12-24 5302266fee66ffb06d2ae9b0df0d0e507727df50
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}