Files
zszq-trs/UnitTestProject/Base/TestPoco.cs
2024-05-09 14:06:26 +08:00

10 lines
142 B
C#

namespace YLErp
{
internal class TestPoco
{
public string AA { get; set; }
public string BB { get; set; }
}
}