shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java
New file
@@ -0,0 +1,31 @@
package com.java110.common.constant;
/**
 * @@templateName@@常量类
 * Created by wuxw on 2017/5/20.
 */
public class ServiceCode@@TemplateCode@@Constant {
    /**
     * 添加 @@templateName@@
     */
    public static final String ADD_@@TEMPLATECODE@@ = "@@templateCode@@.save@@TemplateCode@@";
    /**
     * 修改 @@templateName@@
     */
    public static final String UPDATE_@@TEMPLATECODE@@ = "@@templateCode@@.update@@TemplateCode@@";
    /**
     * 删除 @@templateName@@
     */
    public static final String DELETE_@@TEMPLATECODE@@ = "@@templateCode@@.delete@@TemplateCode@@";
    /**
     * 查询 @@templateName@@
     */
    public static final String LIST_@@TEMPLATECODE@@S = "@@templateCode@@.list@@TemplateCode@@s";
}