mh_frame_sps/APT.Domain/TestNoneBaseModel.cs
2026-04-07 13:47:52 +08:00

14 lines
224 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace APT.Domain
{
public class TestNoneBaseModel
{
public string ID { get; set; }
public string Name { get; set; }
}
}