Revert "ivus-导表修改"

This reverts commit 9bf639dac0.
This commit is contained in:
2025-11-27 16:38:47 +08:00
parent c9b998213b
commit 64060c125d
7 changed files with 2 additions and 1083 deletions
@@ -60,16 +60,4 @@ namespace IRaCIS.Core.Application.Helper
}
}
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class DateTimeTranaslateAttribute : Attribute
{
public string Formart { get; set; }
public DateTimeTranaslateAttribute(string formart)
{
Formart = formart;
}
}
}