@ -1,4 +0,0 @@
package com.example.gb.controller;
public class GoldBeanController {
}
@ -0,0 +1,4 @@
package com.example.gb.controller.consumeManage;
public class GoldbeanConsumeController {
@ -0,0 +1,9 @@
package com.example.gb.controller.rechargeManage;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/")
public class GoldbeanRechargeController {
package com.example.gb.controller.reviewManage;
public class GoldbeanReviewController {
package com.example.gb.controller.userManage;
public class UserGoldbeanController {