|
@@ -21,6 +21,6 @@ class Device_mul_queue(Model):
|
|
|
oper = Fields(type='varchar(500)', comment='操作说明')
|
|
|
state = Fields(type='boolean', default='True', comment='数据存在状态')
|
|
|
cdate = Fields(type='int', default='time', comment='创建时间')
|
|
|
- inorder = Fields(type='int', default='0', comment='设备的排序', match='number|排序必须是数字')
|
|
|
+ inorder = Fields(type='int', default='0', comment='设备的排序')
|
|
|
|
|
|
|