feat:优化项目信息
This commit is contained in:
@ -13,10 +13,10 @@ type TechnologyPatent struct {
|
||||
|
||||
type TechnologyPatentInfo struct {
|
||||
model.Model
|
||||
Kind model.SysParentKind `json:"kind"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
ApplyAt string `json:"apply_at"`
|
||||
Kind model.TechnologyPatentKind `json:"kind"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
ApplyAt string `json:"apply_at"`
|
||||
}
|
||||
|
||||
type TechnologyPatentBasicInfo struct {
|
||||
|
Reference in New Issue
Block a user