中控调用日志排序
This commit is contained in:
@@ -60,6 +60,7 @@ class AgvTaskRoute(models.Model):
|
|||||||
class Center_controlInterfaceLog(models.Model):
|
class Center_controlInterfaceLog(models.Model):
|
||||||
_name = 'center_control.interface.log'
|
_name = 'center_control.interface.log'
|
||||||
_description = '中控接口调用日志'
|
_description = '中控接口调用日志'
|
||||||
|
_order = 'id desc'
|
||||||
|
|
||||||
name = fields.Char('接口名称')
|
name = fields.Char('接口名称')
|
||||||
content = fields.Char('接口内容')
|
content = fields.Char('接口内容')
|
||||||
|
|||||||
Reference in New Issue
Block a user