|
@@ -6,7 +6,3 @@ type FollowData struct {
|
|
Server string `json:"server"`
|
|
Server string `json:"server"`
|
|
Projectname string `json:"projectname"`
|
|
Projectname string `json:"projectname"`
|
|
}
|
|
}
|
|
-type DateExportData struct {
|
|
|
|
- ImgSrc string `json:"imgSrc"`
|
|
|
|
- OrderCode string `json:"orderCode"`
|
|
|
|
-}
|
|
|