刘磊
2024-12-19 a9efc1becf3ac0b3fd46b135fed6dcdc303d7cad
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}