Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Mar 16, 2024
1 parent eecc2ad commit b111005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class TestController {

@RequestMapping(method = RequestMethod.GET, value = "/version")
public BaseResponse handleVersion() {
return new DataResponse<>("93.33");
return new DataResponse<>("93.34");
}

@GetMapping("/test3")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/cn/biq/mn/account/AccountType.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package cn.biq.mn.account;

import cn.biq.mn.category.CategoryType;

public enum AccountType {

CHECKING(100),
Expand Down

0 comments on commit b111005

Please sign in to comment.