mh_frame_sps/APT.Infrastructure.Domain/Models/DataUpdateRecord.cs

12 lines
213 B
C#
Raw Normal View History

2026-04-07 13:47:52 +08:00
using APT.Infrastructure.Core;
using System;
using System.Collections.Generic;
using System.Text;
namespace APT.Infrastructure.Domain.Models
{
public class DataUpdateRecord : EntityBase<int>
{
}
}