Files
arenax-server/internal/model/entity/store_desktop_settings.go

13 lines
779 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// StoreDesktopSettings is the golang structure for table store_desktop_settings.
type StoreDesktopSettings struct {
StoreId int64 `json:"storeId" orm:"store_id" description:""` //
TopComponentVisible int `json:"topComponentVisible" orm:"top_component_visible" description:"1显示2 隐藏"` // 1显示2 隐藏
RightComponentVisible int `json:"rightComponentVisible" orm:"right_component_visible" description:"1显示2 隐藏"` // 1显示2 隐藏
}