mrzcc
2020-01-28 eb3f3d1f663d94e2156e53393329ffa4ebd2b6e8
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@@";
 
 
 
}