mh_frame_sps/APT.Infrastructure.EF/DbsetProperty.cs

12 lines
191 B
C#
Raw Permalink Normal View History

2026-04-07 13:47:52 +08:00
using System;
namespace APT.Infrastructure.EF
{
public class DbsetProperty
{
public Type PropertyType { get; set; }
public string PropertyName { get; set; }
}
}