| | |
| | | public class AppVersionInfo {
|
| | | public final static String PLATFORM_ANDROID = "android";
|
| | | public final static String PLATFORM_IOS = "ios";
|
| | | public final static String PLATFORM_XCX = "小程序";
|
| | | public final static String PLATFORM_XCX = "wxmp";
|
| | | |
| | | public AppVersionInfo(Long id) {
|
| | | super();
|
| | | this.id = id;
|
| | | }
|
| | | |
| | | public AppVersionInfo() {
|
| | | super();
|
| | | }
|
| | |
|
| | | @Column(name = "avcm_id")
|
| | | private Long id;
|
| | |
| | | private Date createTime;
|
| | | @Column(name = "avcm_updatetime")
|
| | | private Date updateTime;
|
| | | @Column(name = "avcm_system")
|
| | | private SystemEnum system;
|
| | |
|
| | | public SystemEnum getSystem() {
|
| | | return system;
|
| | | }
|
| | |
|
| | | public void setSystem(SystemEnum system) {
|
| | | this.system = system;
|
| | | }
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|