This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
判断用户创建视频时长是否足够
private_deployment
lrh
1 year ago
parent
3863ce14ff
commit
f22cb7b3b4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
suimangService/src/main/java/com/iformall/domain/po/sm/MusicInfo.java
+ 2
- 2
suimangService/src/main/java/com/iformall/domain/po/sm/MusicInfo.java
View File
@@ -37,12 +37,12 @@ public class MusicInfo implements Serializable {
/**
* 音乐大小
*/
private
Integer
size;
private
Long
size;
/**
* 音乐时长(s)
*/
private
Integer
time;
private
Long
time;
/**
* 创建时间
Write
Preview
Loading…
Cancel
Save