| | |
| | | package com.whyc.pojo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.*; |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | @Alias("User") |
| | | @TableName( schema = "`db_3.5mw_web`",value = "tb_user") |
| | | public class User { |
| | | @TableName( schema = "`db_cluster_test`",value = "tb_user") |
| | | public class User implements Serializable { |
| | | private Integer id; |
| | | private String name; |
| | | private String password; |