feat(app): update
This commit is contained in:
13
pkg/dto/GoodsTagDTO.go
Normal file
13
pkg/dto/GoodsTagDTO.go
Normal file
@ -0,0 +1,13 @@
|
||||
package dto
|
||||
|
||||
import "time"
|
||||
|
||||
type GoodsTagDTO struct {
|
||||
GoodsId string
|
||||
GoodsTagId string
|
||||
GoodsTagName string
|
||||
GoodsTagIcon string
|
||||
Priority int32
|
||||
StartTime time.Time
|
||||
EndTime time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user