Tiger.Business.MESTests/MesTests.cs
@@ -14,6 +14,11 @@ [TestMethod()] public void CommonTest() { var dic = new Dictionary<string, string>(); dic.Add("1", "11"); dic.Add("2", "222"); var dicStr = dic.ToJson(); var date = new DateTime(2021,1,2); var firstDay = new DateTime(date.Year, 1, 1);