mapper icon indicating copy to clipboard operation
mapper copied to clipboard

MapperSlice

Open Ssummer520 opened this issue 2 years ago • 2 comments

type UserInfo struct { //Name string gorm:"name" //Sex int gorm:"sex" //Age int gorm:"age" //Phone string gorm:"phone"

Name string
//Sex  int
Age      int
Phone    string
PassWord string

}

type UserListOutPutDto struct { Name string Age int Phone string } 当我给output加 json标识的时候 数组无法转换成功

Ssummer520 avatar Apr 27 '22 15:04 Ssummer520

转换代码发出来看下

devfeel avatar Apr 28 '22 08:04 devfeel

转换代码发出来看下 我往 属性旁边加了一个 mapper Name 大写的就匹配成功了

Ssummer520 avatar Apr 28 '22 08:04 Ssummer520