TODO: Load MediaType

This commit is contained in:
huangsimin
2019-06-24 18:24:16 +08:00
parent ade3923715
commit f6051019e6
17 changed files with 433 additions and 119 deletions

View File

@@ -0,0 +1,5 @@
package cn.ecpark.service.usergw.api;
public interface IDemo {
String Hello();
}