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

12 lines
189 B
C#

using System;
namespace APT.Infrastructure.EF.Infrastructure
{
public class TenantInfo
{
public string Name { get; set; }
public string Conn { get; set; }
}
}