fengling-console-web/apps/web-ele
Sam bda792c89d feat(member): change MemberId to Guid strongly typed id
- Convert MemberId from long to Guid strongly typed ID
- Update all Member commands to use record pattern with MemberId
- Update all Member endpoints to use record pattern with MemberId
- Update entity configurations to use GuidVersion7ValueGenerator
- Add implicit conversion operators for MemberId

Migration: ChangeMemberIdToGuid
2026-02-10 00:41:35 +08:00
..
public chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
src feat(member): change MemberId to Guid strongly typed id 2026-02-10 00:41:35 +08:00
.env.analyze chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
.env.development fix: 修复前端API调用和响应处理,补全i18n多语言包 2026-02-08 20:18:36 +08:00
.env.production fix: remove unregistered 'roles' scope from OAuth2 requests 2026-02-06 15:49:40 +08:00
index.html chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
package.json feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
postcss.config.mjs chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
tailwind.config.mjs chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
tsconfig.json chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
tsconfig.node.json chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00
vite.config.mts chore: initialize Vben Admin project 2026-02-06 00:04:38 +08:00