From ed09402ec0025eaae680d0bb15defcdec343661d Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 29 八月 2024 16:13:55 +0800 Subject: [PATCH] 移动代码 --- src/main/java/com/product/mobile/core/config/MobileCoreConst.java | 3 ++- 1 files changed, 2 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 2bcb6d0..0b6b652 100644 --- a/src/main/java/com/product/mobile/core/config/MobileCoreConst.java +++ b/src/main/java/com/product/mobile/core/config/MobileCoreConst.java @@ -27,7 +27,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