Open ray-yhc opened 2 years ago
사용방법은 Verifier와 같습니다!
private Utils utils; @Autowired public void setUtils(Utils utils) { this.utils = utils; // ... utils.getViewCount(4); utils.getBasketCountByProductId(5); utils.getReviewCountByProductId(4); utils.getReviewCountByStoreId(1); utils.getTotalReviewAvgByStoreId(1); utils.getFollowByStoreId(14); utils.getFollowingByStoreId(1); // ...
잘 사용할게요!!
사용방법은 Verifier와 같습니다!