Browse Source

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

在 `LogInfoModelDto.cs` 文件中,添加了多个 `using` 指令,包括 `System`、`System.Collections.Generic`、`System.Linq`、`System.Text` 和 `System.Threading.Tasks`。同时,定义了一个内部类 `LogInfoModelDto`。
林豪 左 5 tháng trước cách đây
mục cha
commit
1ca3034920
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      WMS.BZModels/Dto/Log/LogInfoModelDto.cs

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