修改查询的表单名称,与mysql关键字重复需要加引号

This commit is contained in:
Elliott
2024-04-11 19:45:08 +08:00
parent 32a28b23e7
commit a1f96e12be
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package com.joju.datamanager.model.order;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@@ -9,6 +10,7 @@ import lombok.Data;
* @create: 2024-03-27 18:49
**/
@Data
@TableName("`order`")
public class Order {
private String order_id;