优化标签 保证两行
This commit is contained in:
@@ -435,8 +435,8 @@ type listingRow struct {
|
||||
LoginPlatform string
|
||||
RankLevel string
|
||||
HafCoinAmount int64
|
||||
AssetSummary datatypes.JSON
|
||||
ScreenshotURLS datatypes.JSON
|
||||
AssetSummary datatypes.JSON `gorm:"column:asset_summary"`
|
||||
ScreenshotURLS datatypes.JSON `gorm:"column:screenshot_urls"`
|
||||
}
|
||||
|
||||
func rowsToDTO(rows []listingRow) []ListingDTO {
|
||||
|
||||
Reference in New Issue
Block a user