| | |
| | | package com.yeshi.fanli.entity.bus.invite;
|
| | |
|
| | | import java.util.Date;
|
| | |
|
| | | import javax.persistence.GeneratedValue;
|
| | | import javax.persistence.GenerationType;
|
| | | import javax.persistence.Id;
|
| | | import javax.persistence.Transient;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import org.springframework.data.annotation.Transient;
|
| | | import org.yeshi.utils.mybatis.Column;
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import java.util.Date;
|
| | |
|
| | | @Table("yeshi_ec_spread_user_img")
|
| | | public class SpreadUserImg {
|