...
|
...
|
@@ -42,7 +42,7 @@ type CooperationApplication struct { |
|
|
FileType string `json:"fileType"`
|
|
|
Name string `json:"name"`
|
|
|
URL string `json:"url"`
|
|
|
FileSize string `json:"fileSize"`
|
|
|
FileSize int `json:"fileSize"`
|
|
|
} `json:"attachment"`
|
|
|
} `json:"cooperationProject"`
|
|
|
Org struct {
|
...
|
...
|
|