|
|
@@ -117,6 +117,8 @@ namespace TeamAAS_VP.Models
|
|
|
F = string.Empty;
|
|
|
comp = string.Empty;
|
|
|
MesUrl = string.Empty;
|
|
|
+ LogUrl = string.Empty;
|
|
|
+ ApiKey = string.Empty;
|
|
|
EnableMES = false;
|
|
|
}
|
|
|
|
|
|
@@ -137,7 +139,9 @@ namespace TeamAAS_VP.Models
|
|
|
SaveCsv = this.SaveCsv,
|
|
|
SaveCsvPath = this.SaveCsvPath,
|
|
|
//EnableDoubleMes = this.EnableDoubleMes,
|
|
|
- DataInfo = this.DataInfo.Copy()
|
|
|
+ DataInfo = this.DataInfo.Copy(),
|
|
|
+ LogUrl = this.LogUrl,
|
|
|
+ ApiKey = this.ApiKey,
|
|
|
};
|
|
|
}
|
|
|
}
|