Commit ebabb02e authored by AfirSraftGarrier's avatar AfirSraftGarrier

更新

parent 876dfa9e
......@@ -91,7 +91,6 @@ CREATE TABLE `report`
`desc` varchar(100) DEFAULT NULL COMMENT '报警说明',
`user_name` varchar(50) DEFAULT NULL COMMENT '报警账户',
`user_company` varchar(50) DEFAULT NULL COMMENT '报警公司',
`done` int(1) DEFAULT '0' COMMENT '是否已经处理 1:已处理,0:未处理',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`deleted` int(1) DEFAULT '0' COMMENT '逻辑删除标识 1:删除,0:未删除',
......
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