xuxiuxi
2017-03-29 3d9d4d70a6cee29269b3cc24a50b3f1119234c7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package cn.com.basic.face.discern.component.user.cotroller;
 
import org.springframework.web.bind.annotation.RequestMapping;
 
/**
 * 
 *
 * @¼ò½é£º
 * @author dpy
 * @ÄÚÈÝ˵Ã÷£º
 * @°æ±¾£º1.0
 *
 */
@RequestMapping(value="facility")
public class FacilityManager {
    
    
 
}