chore: sync local project changes
This commit is contained in:
@@ -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年 等
|
||||
|
||||
Reference in New Issue
Block a user