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
cb8f74bcee
commit
5fc75b1a1e
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
suimangService/src/main/java/com/iformall/domain/po/sm/VoiceMaterial.java
+ 3
- 1
suimangService/src/main/java/com/iformall/domain/po/sm/VoiceMaterial.java
View File
@@ -118,5 +118,7 @@ public class VoiceMaterial extends TenantEntity {
@TableField(exist = false)
private List<Integer> sendTypes;
private Integer type;
}
Write
Preview
Loading…
Cancel
Save