12 lines
213 B
C#
12 lines
213 B
C#
using APT.Infrastructure.Core;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace APT.Infrastructure.Domain.Models
|
|
{
|
|
public class DataUpdateRecord : EntityBase<int>
|
|
{
|
|
}
|
|
}
|