| | |
| | | package com.xcong.excoin.modules.documentary.entity;
|
| | |
|
| | | import com.baomidou.mybatisplus.annotation.IdType;
|
| | | import com.baomidou.mybatisplus.annotation.TableId;
|
| | | import com.baomidou.mybatisplus.annotation.TableName;
|
| | | import com.xcong.excoin.common.system.base.BaseEntity;
|
| | |
|
| | |
| | | @EqualsAndHashCode(callSuper = true)
|
| | | @Data
|
| | | @TableName("follow_trader_label")
|
| | | public class FollowTraderLabelEntity extends BaseEntity{
|
| | | public class FollowTraderLabelEntity{
|
| | |
|
| | | /**
|
| | | *
|
| | | */
|
| | | private static final long serialVersionUID = 1L;
|
| | | |
| | | @TableId(value = "id",type = IdType.AUTO)
|
| | | private Long id;
|
| | | /**
|
| | | * 标签
|
| | | */
|