From 5edfd12deb166302708857515a833d1471a0f208 Mon Sep 17 00:00:00 2001 From: zuoxiao <lf_zuo@163.com> Date: 星期三, 25 六月 2025 16:15:23 +0800 Subject: [PATCH] feat(database): 增加管理卡相关功能并优化数据库结构- 新增 ManagerCardBean 数据类用于管理卡信息 - 在 AppDataBase 中添加 ManagerCardDao 接口 - 实现管理卡的数据库迁移策略 - 优化支付方式 ID 类型,从 Long改为 String - 重构更新写卡和上报状态的逻辑,支持管理卡和用户卡 --- local.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/local.properties b/local.properties index f074cd4..77023f6 100644 --- a/local.properties +++ b/local.properties @@ -4,5 +4,6 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Mon Aug 12 12:34:59 CST 2024 -sdk.dir=D\:\\AndroidStudio\\sdk +#Wed Mar 19 16:09:32 CST 2025 +#sdk.dir=C\:\\Users\\User\\AppData\\Local\\Android\\Sdk +sdk.dir=D\:\\android\\sdk \ No newline at end of file -- Gitblit v1.8.0