| | |
| | | package com.yeshi.fanli.entity.bus.recommend;
|
| | |
|
| | | import com.yeshi.fanli.entity.common.JumpDetail;
|
| | | import org.springframework.data.annotation.Transient;
|
| | |
|
| | | import java.io.Serializable;
|
| | |
|
| | | import javax.persistence.Entity;
|
| | | import javax.persistence.GeneratedValue;
|
| | | import javax.persistence.GenerationType;
|
| | | import javax.persistence.Id;
|
| | | import javax.persistence.Table;
|
| | | import javax.persistence.Transient;
|
| | |
|
| | | import com.yeshi.fanli.entity.common.JumpDetail;
|
| | |
|
| | | @Entity
|
| | | @Table(name="yeshi_ec_honest")
|
| | | public class Honest implements Serializable{
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | @Id
|
| | | @GeneratedValue(strategy=GenerationType.AUTO)
|
| | | private long id;
|
| | | private String name;
|
| | | private String picture;
|