Procházet zdrojové kódy

常用公共类 添加年月日字符串

新疆体育高职分支
ndbs před 1 rokem
rodič
revize
8befd1e881
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +11
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Util/Learun.Util/Common/CommonHelper.cs

+ 11
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Util/Learun.Util/Common/CommonHelper.cs Zobrazit soubor

@@ -127,5 +127,16 @@ namespace Learun.Util
return str;
}
#endregion

/// <summary>
/// 自动生成编号 年月日 20221207
/// </summary>
/// <returns></returns>
public static string StringTime()
{
Random random = new Random();
string code = DateTime.Now.ToString("yyyyMMdd");
return code;
}
}
}

Načítá se…
Zrušit
Uložit