|
@@ -28,5 +28,8 @@ class Device_info(Model):
|
|
|
state = Fields(type='boolean', default='True', comment='数据存在状态')
|
|
|
cdate = Fields(type='int', default='time', comment='创建时间')
|
|
|
udate = Fields(type='int', default='time', comment='接入时间')
|
|
|
+ inorder = Fields(type='int', default='0', comment='排序', match='number|排序必须是数字')
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|