修改数据库名称
This commit is contained in:
parent
2d0b4a37d7
commit
c79805d8ac
|
@ -1,6 +1,7 @@
|
||||||
package com.bigdata.wxappserver.entity;
|
package com.bigdata.wxappserver.entity;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.annotation.*;
|
import com.baomidou.mybatisplus.annotation.*;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
@ -11,7 +12,8 @@ import java.util.Date;
|
||||||
* @Date: 2024/08/28/20:22
|
* @Date: 2024/08/28/20:22
|
||||||
* @Description:
|
* @Description:
|
||||||
*/
|
*/
|
||||||
@TableName("order")
|
@TableName("common_order")
|
||||||
|
@Data
|
||||||
public class Order {
|
public class Order {
|
||||||
@TableId(type = IdType.AUTO)
|
@TableId(type = IdType.AUTO)
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
|
Loading…
Reference in New Issue