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@@"; }