Commit 60a555f4 by sanshi

整个业务代码重构

parent 47ff8aec
...@@ -27,6 +27,7 @@ class AddressBook(Base): ...@@ -27,6 +27,7 @@ class AddressBook(Base):
name = Column(VARCHAR(255), comment="名称") name = Column(VARCHAR(255), comment="名称")
iplist = Column(VARCHAR(255), comment="ip范围") iplist = Column(VARCHAR(255), comment="ip范围")
available = Column(Integer, comment="可用性 1-可用0-禁用") available = Column(Integer, comment="可用性 1-可用0-禁用")
checktype = Column(Integer, comment="1:agnet 2:snmp 3:icmp")
ruleid = Column(Integer, comment="规则id") ruleid = Column(Integer, comment="规则id")
delay = Column(VARCHAR(255), comment="间隔时间") delay = Column(VARCHAR(255), comment="间隔时间")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment