update 完善CompanyObject

This commit is contained in:
P3ngSaM 2022-05-25 15:29:42 +08:00
parent 2e4a41adc9
commit f72cdb6f2d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class BasicBusinessInfo(SpecObject):
name = ValidateAttr(field="name", type=str)
ratio = ValidateAttr(field="ratio", type=str)
nature = ValidateAttr(field="nature", type=str)
quantity = ValidateAttr(field="quantity", type=[str, int, float])
quantity = ValidateAttr(field="quantity", type=int)
fields_map = {
"name": "股东名称",