mh_sms/APT.BaseData.Domain/Entities/PF/T_PF_VERSION.cs

13 lines
272 B
C#
Raw Permalink Normal View History

2024-04-12 16:50:28 +08:00
using APT.Infrastructure.Core;
namespace APT.BaseData.Domain.Entities
{
[APT.Infrastructure.Api.RootOrg]
[IgnoreT4] public class T_PF_VERSION : MesEntityBase
{
public string VERSION { get; set; }
public string REMARK { get; set; }
}
}