From 348c483d9e8cf81c485289a44c717fe1c23f4065 Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期日, 07 七月 2019 17:29:35 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java b/java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java
new file mode 100644
index 0000000..8191aa4
--- /dev/null
+++ b/java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java
@@ -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";
+
+
+}
--
Gitblit v1.8.0