ExportMap/Models/XYZArgs.cs @@ -62,6 +62,11 @@ public List<int> ids { set; get; } /// <summary> /// 单体模型集合 /// </summary> public List<int> models { set; get; } /// <summary> /// 是/否全新发布 /// </summary> public bool isNew { set; get; }