puzhibing
2024-10-08 6f1a56eb02cb6eb7848e2df6773bc5abfee11efd
1
2
3
4
5
6
7
8
package com.ruoyi.chargingPile;
 
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiChargingPileApplicationTests.class)
public class RuoYiChargingPileApplicationTests {
 
}