Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Lake
  • risk_tb_judicial_sale

risk_tb_judicial_sale · Changes

Page history
Merge remote-tracking branch 'origin/master' authored May 12, 2021 by 宋志鹏's avatar 宋志鹏
Hide whitespace changes
Inline Side-by-side
Showing with 29 additions and 1 deletion
+29 -1
  • lake/risk_tb_judicial_sale.md lake/risk_tb_judicial_sale.md +29 -1
  • No files found.
lake/risk_tb_judicial_sale.md
View page @ 3d46f686
......@@ -32,4 +32,32 @@ CREATE TABLE `tb_judicial_sale` (
KEY `idx_update_time` (`update_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
```
\ No newline at end of file
```
# 数据字典
| 表名 | 字段名 | 字段类型 | 注释 |
| ------ | ------ | ------ | ------ |
| | id | int(11) | 自增id |
| | title | varchar(400) | 公告名 |
| | court | varchar(255) | 资产处置单位 |
| | pub_time | datetime | 公告时间 |
| | pub_id | varchar(50) | 公告id |
| | source | varchar(50) | 来源网站 |
| tb_judicial_sale | content | varchar(255) | 公告内容存储路径 |
| | sale_start_date | date | 拍卖开始日期 |
| | sale_end_date | date | 拍卖截止日期 |
| | source_url | varchar(300) | 原始链接 |
| | use_flag | int(1) | 使用标志0正常,1人工已修正,2调试中,3未解析,9删除,10废弃 |
| | create_time | datetime | 入库时间 |
| | update_time | datetime | 更新时间 |
# 样例
| id | title | court | pub_time | pub_id | source | content | sale_start_date | sale_end_date | source_url | use_flag | create_time | update_time |
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
| 3262610 | 惠东县人民法院关于惠东县大岭镇泰园工业城银基交易中心E区109号(变卖)的公告 | 惠东县人民法院 | 2021-05-12 08:00:00 | 3472055 | rmfysszc | auction/6d/2a/6d2aef20a3c5b7cb4b229714f8345cf3.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3472055.shtml | 0 | 2021-05-13 01:05:32 | 2021-05-13 01:05:32 |
| 3262611 | 惠东县人民法院关于惠东县平山镇南湖90号房地产(变卖)的公告 | 惠东县人民法院 | 2021-05-11 08:00:00 | 3466911 | rmfysszc | auction/59/4f/594fc1de81543909196615bed9117f87.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3466911.shtml | 0 | 2021-05-13 01:05:32 | 2021-05-13 01:05:32 |
| 3262612 | 儋州市人民法院关于海口市龙华路23号金都大厦第五层C527房【不动产权证书号:HK206001】(第一次拍卖)的公告 | 儋州市人民法院 | 2021-05-10 08:00:00 | 3463526 | rmfysszc | auction/9e/35/9e356378731c063633df85c41da84848.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3463526.shtml | 0 | 2021-05-13 01:05:47 | 2021-05-13 01:05:47 |
| 3262613 | 儋州市人民法院关于海南省海口市龙华路23号金都大厦16D2房(第一次拍卖)的公告 | 儋州市人民法院 | 2021-05-10 08:00:00 | 3463172 | rmfysszc | auction/c2/98/c2982ce9e1d544c740858c193015a225.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3463172.shtml | 0 | 2021-05-13 01:05:47 | 2021-05-13 01:05:47 |
| 3262614 | 儋州市人民法院关于海南省琼海市嘉积镇山叶排岭洋段(南方花园)21-1-502房(第二次拍卖)的公告 | 儋州市人民法院 | 2021-05-11 08:00:00 | 3468139 | rmfysszc | auction/5c/fb/5cfbf2e061d4e1165444ebc94fbff941.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3468139.shtml | 0 | 2021-05-13 01:05:47 | 2021-05-13 01:05:47 |
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages