This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/dev' into dev
tags/v0.8.5^2
yk
2 years ago
parent
b46ed60401
1f0e24b3cb
commit
bdb2556abf
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
xueyi-modules/xueyi-system/src/main/java/com/xueyi/system/version/domain/po/DmReleaseManagerPo.java
+ 4
- 0
xueyi-modules/xueyi-system/src/main/java/com/xueyi/system/version/domain/po/DmReleaseManagerPo.java
View File
@@ -62,4 +62,8 @@ public class DmReleaseManagerPo extends BaseEntity {
@Excel(name = "apk版本号")
protected String apkVersion;
/** 安装状态 */
@Excel
protected Integer setupStatus;
}
Write
Preview
Loading…
Cancel
Save