修改接口名和响应内容

This commit is contained in:
小海
2020-04-23 16:34:04 +08:00
parent d934fbe284
commit cd7e6b6378
5 changed files with 29 additions and 7 deletions

View File

@@ -27,5 +27,5 @@ public interface WebUpdateInfoMapper {
List<WebUpdate> findAll();
Date getLastestOne();
WebUpdate getLastestOne();
}