wuxw
2019-07-31 3c1353d79a33011d27c7f5f2c3dd1fdb3521fa71
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.java110.common.constant;
 
/**
 * @@templateName@@常量类
 * Created by wuxw on 2017/5/20.
 */
public class ServiceCode@@TemplateCode@@Constant {
 
    /**
     * 添加 @@templateName@@
     */
    public static final String BINDING_@@TEMPLATECODE@@ = "@@constantVariable@@";
 
 
 
}