中控调用日志排序

This commit is contained in:
jinling.yang
2024-05-18 16:14:05 +08:00
parent 9b2ff6268c
commit 2e151a2292

View File

@@ -60,6 +60,7 @@ class AgvTaskRoute(models.Model):
class Center_controlInterfaceLog(models.Model):
_name = 'center_control.interface.log'
_description = '中控接口调用日志'
_order = 'id desc'
name = fields.Char('接口名称')
content = fields.Char('接口内容')