- /*
- * @description:
- * @Author: CP
- * @Date: 2021-02-02 11:20:56
- * @FilePath: \construction_management\web\viewmodels\version.go
- */
- package viewmodels
- type Version struct {
- Id string `form:"id" json:"id" `
- Name string `form:"name" json:"name" `
- CreateTime string `form:"createTime" json:"createTime" `
- Content string `form:"content" json:"content" `
- }
|