mh_frame_sps/APT.Infrastructure.EF/DbsetProperty.cs
2026-04-07 13:47:52 +08:00

12 lines
191 B
C#

using System;
namespace APT.Infrastructure.EF
{
public class DbsetProperty
{
public Type PropertyType { get; set; }
public string PropertyName { get; set; }
}
}