dengjunjie
2025-10-15 6c7a356b784efde61e2babc17fa6e05047dcc5a7
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoDetailService : IService<DtStockInfoDetail>
{
}