修改数据库名称

This commit is contained in:
Cool 2024-08-28 20:58:35 +08:00
parent 2d0b4a37d7
commit c79805d8ac
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package com.bigdata.wxappserver.entity;
import com.baomidou.mybatisplus.annotation.*;
import lombok.Data;
import java.util.Date;
@ -11,7 +12,8 @@ import java.util.Date;
* @Date: 2024/08/28/20:22
* @Description:
*/
@TableName("order")
@TableName("common_order")
@Data
public class Order {
@TableId(type = IdType.AUTO)
private Integer id;