|
@@ -13,15 +13,19 @@ import (
|
|
|
)
|
|
|
|
|
|
type Project struct {
|
|
|
- Id string `form:"id" json:"id"`
|
|
|
- Code string `form:"code" json:"code"`
|
|
|
- Name string `form:"name" json:"name"`
|
|
|
- UserId string `form:"userId" json:"userId"`
|
|
|
- UserAccount string `form:"userAccount" json:"userAccount"`
|
|
|
- CategoryId string `form:"categoryId" json:"categoryId"`
|
|
|
- Category string `form:"category" json:"category"`
|
|
|
- StaffId string `form:"staffId" json:"staffId"`
|
|
|
- StaffName string `form:"staffName" json:"staffName"`
|
|
|
+ Id string `form:"id" json:"id"`
|
|
|
+ Code string `form:"code" json:"code"`
|
|
|
+ Name string `form:"name" json:"name"`
|
|
|
+ UserId string `form:"userId" json:"userId"`
|
|
|
+ UserAccount string `form:"userAccount" json:"userAccount"`
|
|
|
+ CategoryId string `form:"categoryId" json:"categoryId"`
|
|
|
+ Category string `form:"category" json:"category"`
|
|
|
+ StaffId string `form:"staffId" json:"staffId"`
|
|
|
+ StaffName string `form:"staffName" json:"staffName"`
|
|
|
+ StaffQq string `form:"staffQq" json:"staffQq"`
|
|
|
+ StaffPhone string `form:"staffPhone" json:"staffPhone"`
|
|
|
+ StaffTelephone string `form:"staffTelephone" json:"staffTelephone"`
|
|
|
+
|
|
|
CreateTime string `form:"createTime" json:"createTime"`
|
|
|
CreateName string `form:"createName" json:"createName"`
|
|
|
CreateCategory string `form:"createCategory" json:"createCategory"`
|