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