1
刘磊
2024-11-23 df5e63a89fa2fade5bf87d41f507740ea063e0e4
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}