From 6aa3771424b2b947446ec679aa5648712e4742ae Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期一, 23 九月 2024 17:04:49 +0800 Subject: [PATCH] 移动端获取表单组件字段,修正子表获取字段 --- src/main/java/com/product/mobile/core/config/MobileCoreConst.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 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 2bcb6d0..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"; // 淇敼鑰� @@ -27,7 +29,8 @@ //鎵撳崱 public static final String TABLE_PUNCH_RECORD = "product_oa_punch_record"; public static final String TABLE_PUNCH_SITE = "product_oa_punch_site"; - + public static final String TABLE_PUNCH_TIME = "product_oa_punch_time"; + //鎵撳崱:鎵嬫満鎵撳崱 public static final String FIELD_PUNCH_TYPE = "punch_type"; //瀛楁瀹氫箟 -- Gitblit v1.9.2