刘磊
2025-08-15 baad30699918c536d0b96e36df70b8f352d520e4
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}