Helius
2020-12-19 6f778262b572c97025b6eae500f09c711001ff01
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.matrix.system.hive.action;
 
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
 
 
/**
 * @author 姜友瑶 E-mail:<935090232@qq.com>
 * @date 2016-07-03
 * @description 门店端会员卡业务与收款业务
 */
@RequestMapping(value = "/admin/shop")
@Controller
public class CardController extends BaseController {
 
}