...
|
...
|
@@ -46,7 +46,7 @@ type CostManagemant struct { |
|
|
// calculate 计算框:计算框公式
|
|
|
Formula string `cname:"calculate 计算框:计算框公式" json:"formula" `
|
|
|
// 项目id
|
|
|
ProjectId int64 `json:"projectId,string"`
|
|
|
//ProjectId int64 `json:"projectId,string"`
|
|
|
// 项目名称
|
|
|
ProjectName string `json:"projectName"`
|
|
|
// 进度计划比,字符串,如果纯数字的时候参与计算
|
...
|
...
|
|