Update PortalProductDao.java

This commit is contained in:
macro 2021-05-31 20:27:34 +08:00
parent 4c5e6028d8
commit 298c227a1c

View File

@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.List; import java.util.List;
/** /**
* 前台系统自定义商品Dao * 前台购物车商品自定义Dao
* Created by macro on 2018/8/2. * Created by macro on 2018/8/2.
*/ */
public interface PortalProductDao { public interface PortalProductDao {