using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace ExportMap.cs { public class TBUtils { /// /// 创建MPT /// public static string CreateMpt(string path, ref string err) { // return null; } } }