fix表名大小写

This commit is contained in:
不做码农
2022-05-07 13:16:37 +08:00
parent 1d9ec93e12
commit e34959c87a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ namespace ZR.Model.System
///<summary>
///计划任务
///</summary>
[SugarTable("Sys_TasksQz")]
[SugarTable("sys_tasksQz")]
[Tenant("0")]
public class SysTasksQz
{