feat(models): 在Policy模型中添加remark字段
This commit is contained in:
parent
11542275f3
commit
5c7775e110
@ -11,6 +11,8 @@ class Policy(BaseModel, TimestampMixin):
|
||||
name = fields.CharField(max_length=20, description="行业名称")
|
||||
level = fields.CharEnumField(PolicyType, description="政策扶持等级")
|
||||
score = fields.IntField( description="政策匹配度基准分",default=0)
|
||||
remark = fields.TextField(default="备注")
|
||||
|
||||
|
||||
class Meta:
|
||||
table = "policy"
|
||||
Loading…
x
Reference in New Issue
Block a user