mh_jy_safe/APT.BaseData.Domain/Entities/PF/T_PF_MES_LOGS.cs

19 lines
404 B
C#
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
using APT.Infrastructure.Core;
using System;
using System.Collections.Generic;
using System.Text;
namespace APT.BaseData.Domain.Entities.Platform
{
[IgnoreT4] public class T_PF_ECM_LOG : MesEntityBase
{
public string API_ADDRESS { get; set; }
public string ECMSAGE { get; set; }
public string DESC { get; set; }
public string JOB_CODE { get; set; }
}
}