Skip to content

Commit

Permalink
fix: 临时删除LangObject文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Jun 16, 2022
1 parent f1c9d37 commit 58ea4cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dto/I18nDto.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package dto

type I18nDto struct {
Name LangObject `json:"name"`
Name string `json:"name"`
}
8 changes: 0 additions & 8 deletions dto/LangObject.go

This file was deleted.

2 changes: 1 addition & 1 deletion dto/OrganizationNameI18nDto.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package dto

type OrganizationNameI18nDto struct {
OrganizationName LangObject `json:"organizationName"`
OrganizationName string `json:"organizationName"`
}

0 comments on commit 58ea4cc

Please sign in to comment.