chore: sync local project changes

This commit is contained in:
Shen Wei
2026-04-28 16:39:21 +08:00
parent 365caa800a
commit e4cf7f8485
27 changed files with 13691 additions and 1317 deletions

View File

@@ -155,11 +155,10 @@
| 值 | 说明 |
|----|------|
| `A_urgent` | A急迫 |
| `A` | A |
| `A` | A急迫 |
| `B` | B较强 |
| `C` | C一般 |
| `D` | D |
| `D` | D(较弱) |
### follow_log.log_type跟进日志类型
@@ -263,7 +262,7 @@ CREATE TABLE properties (
-- ── 等级与标签 ──
grade VARCHAR(10)
CHECK (grade IN ('A_urgent','A','B','C','D')),
CHECK (grade IN ('A','B','C','D')),
-- ── 交易属性 ──
ownership_years VARCHAR(30), -- 房本年限不满2年/满2年/满5年 等