ivus-导表修改

This commit is contained in:
2025-11-27 10:56:05 +08:00
parent 9158f28998
commit f19fc0e92f
7 changed files with 1077 additions and 1 deletions
@@ -60,4 +60,16 @@ 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;
}
}
}