Service层修改 单元测试

This commit is contained in:
禾几海
2020-05-26 00:10:09 +08:00
parent 73a1d3eadf
commit c39dac30fb
5 changed files with 21 additions and 16 deletions

View File

@@ -11,5 +11,7 @@ public class LinkReq {
private long id;
private String name;
private String url;
private String iconPath;
private String desc;
private boolean open;
}