From ea9ab51324547ce3264e73931018a3e477c7a7b6 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期三, 25 九月 2024 11:24:52 +0800 Subject: [PATCH] 表单获取 --- src/main/java/com/product/mobile/core/config/MobileCoreConst.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/product/mobile/core/config/MobileCoreConst.java b/src/main/java/com/product/mobile/core/config/MobileCoreConst.java index 0b6b652..0bc325f 100644 --- a/src/main/java/com/product/mobile/core/config/MobileCoreConst.java +++ b/src/main/java/com/product/mobile/core/config/MobileCoreConst.java @@ -1,5 +1,7 @@ package com.product.mobile.core.config; +import com.product.core.config.CoreConst; + /** * Copyright LX-BASE * @@ -9,7 +11,7 @@ * @Author: LiuChao * @Description: 鏂囦欢绠$悊-甯搁噺 */ -public class MobileCoreConst { +public class MobileCoreConst extends CoreConst { //鍏叡甯搁噺瀹氫箟 public static final String UUID = "uuid"; public static final String UPDATED_BY = "updated_by"; // 淇敼鑰� -- Gitblit v1.9.2