From cbc1f9db3d796683d88d6d30df3659984dfbeda3 Mon Sep 17 00:00:00 2001
From: webapp <webapp@home-server.attdns.com>
Date: 星期一, 30 九月 2019 22:56:12 +0800
Subject: [PATCH] 取消java110-common jar包,提升为CommonService服务,将之前的Java110-common内容变更为Java110-utils包
---
java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java | 4 ++--
1 files changed, 2 insertions(+), 2 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
index 792434c..992617f 100644
--- a/java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java
+++ b/java110-code-generator/src/main/resources/web/constant/ServiceCodeConstant.java
@@ -1,4 +1,4 @@
-package com.java110.common.constant;
+package com.java110.utils.constant;
/**
* @@templateName@@甯搁噺绫�
@@ -9,7 +9,7 @@
/**
* 娣诲姞 @@templateName@@
*/
- public static final String ADD_@@TEMPLATECODE@@ = "@@templateCode@@.update@@TemplateCode@@";
+ public static final String ADD_@@TEMPLATECODE@@ = "@@templateCode@@.save@@TemplateCode@@";
/**
--
Gitblit v1.8.0