添加变更历史 添加ARD文档
This commit is contained in:
@@ -1,45 +1,20 @@
|
||||
> **For AI assistants**: Read this entire file before writing any code. All decisions here are final. Do not suggest alternatives unless asked.
|
||||
# Fonrey — 房源模块数据模型(DATA_MODEL_PROPERTY)
|
||||
|
||||
> **权威定义**:本文件是房源模块所有表结构的唯一权威来源。
|
||||
> **所属系统**: Fonrey 房产经纪管理系统
|
||||
> **版本**: v1.0
|
||||
> **日期**: 2026-04-24
|
||||
> **关联模块**: `apps/property/`
|
||||
> **主文档引用**:`DATA_MODEL.md` §3.3–§3.16 为本文件的概览摘要,开发以本文件为准。
|
||||
> **版本**:v1.0 | **日期**:2026-04-24
|
||||
|
||||
---
|
||||
## 变更历史
|
||||
|
||||
## 目录
|
||||
| 日期 | 变更人 | 变更内容 |
|
||||
| ---------- | ----- | ---------------- |
|
||||
| 2026-04-30 | Atlas | 补充“变更历史”章节(文档治理) |
|
||||
|
||||
1. [模块说明](#1-模块说明)
|
||||
2. [表清单](#2-表清单)
|
||||
3. [枚举值总览](#3-枚举值总览)
|
||||
4. [DDL 定义](#4-ddl-定义)
|
||||
- 4.1 [properties(房源主表)](#41-properties房源主表)
|
||||
- 4.2 [property_contacts(联系人)](#42-property_contacts联系人)
|
||||
- 4.3 [listing_histories(挂牌历史)](#43-listing_histories挂牌历史)
|
||||
- 4.4 [price_changes(调价记录)](#44-price_changes调价记录)
|
||||
- 4.5 [follow_logs(跟进日志)](#45-follow_logs跟进日志)
|
||||
- 4.6 [follow_log_attachments(跟进附件)](#46-follow_log_attachments跟进附件)
|
||||
- 4.7 [follow_log_recordings(跟进录音)](#47-follow_log_recordings跟进录音)
|
||||
- 4.8 [property_keys(钥匙管理)](#48-property_keys钥匙管理)
|
||||
- 4.9 [key_attachments(钥匙附件)](#49-key_attachments钥匙附件)
|
||||
- 4.10 [commissions(委托管理)](#410-commissions委托管理)
|
||||
- 4.11 [commission_attachments(委托附件)](#411-commission_attachments委托附件)
|
||||
- 4.12 [field_surveys(实勘管理)](#412-field_surveys实勘管理)
|
||||
- 4.13 [survey_photos(实勘照片)](#413-survey_photos实勘照片)
|
||||
- 4.14 [property_photos(房源图片)](#414-property_photos房源图片)
|
||||
- 4.15 [property_attachments(房源附件)](#415-property_attachments房源附件)
|
||||
- 4.16 [property_marketing(营销信息)](#416-property_marketing营销信息)
|
||||
- 4.17 [property_certificates(产证信息)](#417-property_certificates产证信息)
|
||||
- 4.18 [property_completeness(维护完成度)](#418-property_completeness维护完成度)
|
||||
- 4.19 [property_tags / property_tag_relations(标签)](#419-property_tags--property_tag_relations标签)
|
||||
- 4.20 [property_favorites(收藏)](#420-property_favorites收藏)
|
||||
- 4.21 [property_protections(保护房)](#421-property_protections保护房)
|
||||
- 4.22 [number_holder_approvals(号码方审批)](#422-number_holder_approvals号码方审批)
|
||||
5. [触发器](#5-触发器)
|
||||
6. [查询模式参考](#6-查询模式参考)
|
||||
7. [禁止操作](#7-禁止操作)
|
||||
|
||||
---
|
||||
|
||||
## 1 模块说明
|
||||
|
||||
|
||||
Reference in New Issue
Block a user