| | |
| | | package com.yeshi.fanli.entity.common; |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | import com.yeshi.fanli.entity.SystemEnum; |
| | | import org.yeshi.utils.mybatis.Column; |
| | | import org.yeshi.utils.mybatis.Table; |
| | | |
| | |
| | | @org.yeshi.utils.mybatis.Column(name = "jp_controller") |
| | | private String controller; |
| | | |
| | | @Expose |
| | | @org.yeshi.utils.mybatis.Column(name = "jp_path") |
| | | private String path;//小程序路径 |
| | | |
| | | // 跳转类型 |
| | | @Expose |
| | | @org.yeshi.utils.mybatis.Column(name = "jp_type") |
| | |
| | | @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;//小程序路径 |
| | | |
| | | @org.yeshi.utils.mybatis.Column(name = "jp_system") |
| | | private SystemEnum system; |
| | | |
| | | public String getPath() { |
| | | return path; |
| | |
| | | this.type = type; |
| | | } |
| | | |
| | | public SystemEnum getSystem() { |
| | | return system; |
| | | } |
| | | |
| | | public void setSystem(SystemEnum system) { |
| | | this.system = system; |
| | | } |
| | | } |