mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-05 16:17:00 +08:00
ToInt64
This commit is contained in:
@@ -7,12 +7,3 @@ type PageResp struct {
|
||||
PageSize int `json:"pageSize"` // 每页Size
|
||||
Lists interface{} `json:"lists"` // 数据
|
||||
}
|
||||
|
||||
// Copy 拷贝结构体
|
||||
// func Copy(toValue interface{}, fromValue interface{}) interface{} {
|
||||
// if err := copier.Copy(toValue, fromValue); err != nil {
|
||||
// core.Logger.Errorf("Copy err: err=[%+v]", err)
|
||||
// panic(SystemError)
|
||||
// }
|
||||
// return toValue
|
||||
// }
|
||||
|
Reference in New Issue
Block a user