init: taotie-api 项目初始化
This commit is contained in:
9
model/do/tenantdo/enter.go
Normal file
9
model/do/tenantdo/enter.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package tenantdo
|
||||
|
||||
type CreateIn struct {
|
||||
TenantName string `json:"tenantName"`
|
||||
}
|
||||
|
||||
type CreateOut struct {
|
||||
Id string `json:"id"`
|
||||
}
|
||||
Reference in New Issue
Block a user