This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Reflection;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace AyaNova.Util
|
||||
{
|
||||
@@ -58,8 +59,12 @@ namespace AyaNova.Util
|
||||
|
||||
public static string GetImportTag()
|
||||
{
|
||||
return "z-import-" + DateTime.Now.ToString("yyyyMMddHHmmss");
|
||||
return "zz-import-" + DateTime.Now.ToString("yyyyMMddHHmmss");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user