Commit 7bac977f by naan1993

删掉没用的

parent 3b0b3960
package com.stylefeng.guns.common.constant;
/**
* 一些服务的快捷获取
*
* @author fengshuonan
* @date 2017-03-30 15:58
*/
public class Cst {
private Cst() {
}
private static Cst cst = new Cst();
public static Cst me() {
return cst;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment