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; }