zhanglin8526
2023-05-09 c2d38efe0c2516295abb968442ef765e3da9544d
ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/goods/GoodsTotalServiceImpl.java
@@ -1,9 +1,10 @@
package com.ruoyi.order.service.impl.goods;
import com.ruoyi.system.domain.pojo.goods.GoodsTotal;
import com.ruoyi.system.mapper.goods.GoodsTotalMapper;
import com.ruoyi.system.service.goods.GoodsTotalService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ruoyi.order.domain.pojo.goods.GoodsTotal;
import com.ruoyi.order.mapper.goods.GoodsTotalMapper;
import com.ruoyi.order.service.goods.GoodsTotalService;
import org.springframework.stereotype.Service;
/**