在 `LogInfoModelDto.cs` 文件中,添加了多个 `using` 指令,包括 `System`、`System.Collections.Generic`、`System.Linq`、`System.Text` 和 `System.Threading.Tasks`。同时,定义了一个内部类 `LogInfoModelDto`。
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WMS.BZModels.Dto.Log
+{
+ internal class LogInfoModelDto
+ {
+ }
+}