1
huangxiaoqiang
2025-07-02 b835e7551fb4ccb58ebe9346f406f30da1bf7907
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}