1
This commit is contained in:
15
internal/app/system/model/area_dict.go
Normal file
15
internal/app/system/model/area_dict.go
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @desc:租户模型对象
|
||||
* @company:云南奇讯科技有限公司
|
||||
* @Author: yixiaohu
|
||||
* @Date: 2022/3/7 11:47
|
||||
*/
|
||||
|
||||
package model
|
||||
|
||||
import "github.com/tiger1103/gfast/v3/internal/app/system/model/entity"
|
||||
|
||||
// AreaDictRes 地区数据
|
||||
type AreaDictRes struct {
|
||||
*entity.AreaDict
|
||||
}
|
||||
Reference in New Issue
Block a user