刘磊
2025-12-18 1c7d84d153f22148c7c8dbf80aa646edb0c53648
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}