1
huangxiaoqiang
2025-05-26 a9cb1154be286af34862015c57918038c85c3749
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}