Pu Zhibing
昨天 546be8a1bafdfc804575a8d07a5d9f2306c29c42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//package com.ruoyi.goods;
//
//import com.ruoyi.goods.service.activity.ActivityService;
//import org.junit.runner.RunWith;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
//
//import javax.annotation.Resource;
//
///**
// * @ClassName goodsTest
// * @Description TODO
// * @Author jqs
// * @Date 2023/8/30 17:09
// * @Version 1.0
// */
//@RunWith(SpringJUnit4ClassRunner.class)
//@SpringBootTest(classes = RuoYiGoodsApplication.class)
//public class goodsTest {
//
//
//
//    @Resource
//    private ActivityService activityService;
//
//    /*@Test
//    public void main() {
//        activityService.startActivity("5bc8775388954f4182826b9b02ae8983");
//
//    }*/
//}