| | |
| | | package com.product.mobile.core.config; |
| | | |
| | | import com.product.core.config.CoreConst; |
| | | |
| | | /** |
| | | * Copyright LX-BASE |
| | | * |
| | |
| | | * @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"; // 修改者 |
| | |
| | | //打卡 |
| | | 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 TABLE_APP_MANAGER = "product_sys_app_version"; |
| | | |
| | | //打卡:手机打卡 |
| | | public static final String FIELD_PUNCH_TYPE = "punch_type"; |
| | | //字段定义 |
| | |
| | | public static final String NAV_BAR_NAME = "nav_bar_name"; |
| | | public static final String NAV_BAR_IMG = "nav_bar_img"; |
| | | public static final String PATH = "path"; |
| | | |
| | | public static final String APP_VERSION = "version"; |
| | | |
| | | } |