Эх сурвалжийг харах

添加 LogInfoModelDto 类及相关命名空间引用

在 `LogInfoModelDto.cs` 文件中,添加了多个 `using` 指令,包括 `System`、`System.Collections.Generic`、`System.Linq`、`System.Text` 和 `System.Threading.Tasks`。同时,定义了一个内部类 `LogInfoModelDto`。
林豪 左 5 сар өмнө
parent
commit
1ca3034920

+ 12 - 0
WMS.BZModels/Dto/Log/LogInfoModelDto.cs

@@ -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
+    {
+    }
+}