zizi e03f9f3954 fix(api-contracts): ID 类型从 uuid string 对齐为 integer int64
与 Yudao Cloud BIGINT 自增 ID 约定对齐,所有 schema 的 id 字段:
- type: string, format: uuid → type: integer, format: int64
2026-05-24 18:41:13 +08:00
..