数组按照真实层级展开后, 自动生成新的映射路径

This commit is contained in:
2024-11-30 17:07:50 +08:00
parent cb23772664
commit 0ca808c4fb
3 changed files with 29 additions and 7 deletions

View File

@ -40,5 +40,6 @@ const (
//
// Date : 15:46 2024/11/29
type ExpendArrayResult struct {
PathList []string `json:"path_list"` // 路径列表
PathList []string `json:"path_list"` // 路径列表
PathMap map[string]string `json:"path_map"` // 数据源路径 => 目标路径的处理
}