using APT.Infrastructure.Core; using System; using System.Collections.Generic; using System.Text; namespace APT.Infrastructure.Domain.Models { public class DataUpdateRecord : EntityBase { } }