nickchange
2023-10-23 12916db6e7946a31f4fbc5c48a27e7769683b034
cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java
@@ -2,6 +2,9 @@
import com.dsh.account.controller.CoachTypeController;
import com.dsh.account.controller.UseBenefitsController;
import com.dsh.account.model.vo.userBenefitDetail.Goods;
import com.dsh.account.util.ResultUtil;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@@ -12,12 +15,15 @@
class AccountApplicationTests {
    @Autowired
    private CoachTypeController controller;
    private UseBenefitsController useBenefitsController;
    @Test
    void contextLoads() {
    }
}