| | |
| | | *
|
| | | * @date 2018年10月23日
|
| | | */
|
| | | @Entity
|
| | | @Table(name = "yeshi_ec_action_jumpdetail_v2")
|
| | | @org.yeshi.utils.mybatis.Table("yeshi_ec_action_jumpdetail_v2")
|
| | | public class JumpDetailV2 implements Serializable {
|
| | |
| | | private Integer minAndroidAppVersion;// 最小Android版本
|
| | | @org.yeshi.utils.mybatis.Column(name = "jp_min_ios_version")
|
| | | private Integer minIOSAppVersion;// 最小ios版本
|
| | | |
| | | @Expose
|
| | | @org.yeshi.utils.mybatis.Column(name = "jp_path")
|
| | | private String path;//小程序路径
|
| | |
|
| | | public String getPath() {
|
| | | return path;
|
| | | }
|
| | |
|
| | | public void setPath(String path) {
|
| | | this.path = path;
|
| | | }
|
| | |
|
| | | public Integer getMinAndroidAppVersion() {
|
| | | return minAndroidAppVersion;
|