d891053c by 周伟奇

fix requirments

1 parent bb0cc7b2
...@@ -100,7 +100,7 @@ definitions: ...@@ -100,7 +100,7 @@ definitions:
100 type: string 100 type: string
101 example: CH-B0011010101王明阳申请表 101 example: CH-B0011010101王明阳申请表
102 documentScheme: 102 documentScheme:
103 description: 文件格式? 103 description: 文件方案
104 type: string 104 type: string
105 example: Acceptance 105 example: Acceptance
106 enum: 106 enum:
......
...@@ -13,8 +13,8 @@ PyMySQL==0.9.3 ...@@ -13,8 +13,8 @@ PyMySQL==0.9.3
13 pytz==2020.1 13 pytz==2020.1
14 PyYAML==5.3.1 14 PyYAML==5.3.1
15 redis==3.4.1 15 redis==3.4.1
16 simple-config @ http://gitlab.situdata.com/zhouweiqi/simple_config/repository/archive.tar.gz?ref=master 16 # simple-config @ http://gitlab.situdata.com/zhouweiqi/simple_config/repository/archive.tar.gz?ref=master
17 situlogger @ http://gitlab.situdata.com/zhouweiqi/situlogger/repository/archive.tar.gz?ref=master 17 # situlogger @ http://gitlab.situdata.com/zhouweiqi/situlogger/repository/archive.tar.gz?ref=master
18 six==1.14.0 18 six==1.14.0
19 SQLAlchemy==0.9.10 19 SQLAlchemy==0.9.10
20 webargs==6.1.0 20 webargs==6.1.0
......
...@@ -13,7 +13,7 @@ class UploadDocRecords(models.Model): # TODO add status ...@@ -13,7 +13,7 @@ class UploadDocRecords(models.Model): # TODO add status
13 guarantor_1 = models.CharField(max_length=16, verbose_name="担保人1") 13 guarantor_1 = models.CharField(max_length=16, verbose_name="担保人1")
14 guarantor_2 = models.CharField(max_length=16, verbose_name="担保人2") 14 guarantor_2 = models.CharField(max_length=16, verbose_name="担保人2")
15 document_name = models.CharField(max_length=255, verbose_name="文件名") 15 document_name = models.CharField(max_length=255, verbose_name="文件名")
16 document_scheme = models.CharField(max_length=64, verbose_name="文件格式") 16 document_scheme = models.CharField(max_length=64, verbose_name="文件方案")
17 business_type = models.CharField(max_length=64, verbose_name="业务类型") 17 business_type = models.CharField(max_length=64, verbose_name="业务类型")
18 data_source = models.CharField(max_length=64, verbose_name="数据源") 18 data_source = models.CharField(max_length=64, verbose_name="数据源")
19 upload_finish_time = models.DateTimeField(verbose_name="上传完成时间") 19 upload_finish_time = models.DateTimeField(verbose_name="上传完成时间")
......
...@@ -76,7 +76,7 @@ Doc: ...@@ -76,7 +76,7 @@ Doc:
76 type: string 76 type: string
77 example: CH-B0011010101王明阳申请表 77 example: CH-B0011010101王明阳申请表
78 documentScheme: 78 documentScheme:
79 description: 文件格式? 79 description: 文件方案
80 type: string 80 type: string
81 example: Acceptance 81 example: Acceptance
82 enum: [Acceptance, Settlement, Contract Management] 82 enum: [Acceptance, Settlement, Contract Management]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!