增加了用户余额线下扣款 , 套餐包线下核销功能
This commit is contained in:
parent
07f2a8b32d
commit
c35951d9ed
@ -10,7 +10,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
||||
@MapperScan(basePackages = {"ink.wgink.**.dao", "cn.com.tenlion.**.dao"})
|
||||
public class OperatorPluginApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
public static void main(String[] args) { System.out.println(1);
|
||||
SpringApplication.run(OperatorPluginApplication.class, args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user