Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
}