调整命名空间

This commit is contained in:
2023-05-18 18:21:10 +08:00
parent d2546bafe0
commit 323b0148af
5 changed files with 13 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ public partial class ToolModelCheckPeriod : BaseEntity<long>
{
public ToolModelCheckPeriod()
{
id = YitIdHelper.NextId();
id = Yitter.IdGenerator.YitIdHelper.NextId();
}
/// <summary>
/// TODO