songhuangfeng123
2022-06-29 b8e3fa8e593ed4293ce0eb4cbde0611b854b74dd
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.gkhy.safePlatform.emergency.entity;
 
import com.baomidou.mybatisplus.annotation.TableName;
 
import java.util.Date;
 
@TableName("demo")
public class DemoInfo {
 
    private String name;
 
    private Date gmtCreate;
}