From 4d1360d7e91aa4d394eb4a35adea993a45c0d725 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 09 一月 2025 10:53:51 +0800 Subject: [PATCH] Merge branch 'dev' of http://nonxin.cn:8090/r/product/product-server-mobile-core/V2.0.0 into dev --- 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