chenyong
2025-05-15 227f4259effd028b9c8d917c8e59a3e79a19d10f
1
2
3
4
5
6
7
8
namespace WIDESEA_StorageBasicService;
 
public class StockInfoDetailService : ServiceBase<DtStockInfoDetail, IStockInfoDetailRepository>, IStockInfoDetailService
{
    public StockInfoDetailService(IStockInfoDetailRepository BaseDal) : base(BaseDal)
    {
    }
}