许鹏程
2024-09-23 6aa3771424b2b947446ec679aa5648712e4742ae
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";
    //字段定义