Files
SecMPS/api_sqlsugar/VolPro.Entity/SystemModels/TestEntity.cs
2026-05-15 23:22:48 +08:00

11 lines
174 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VolPro.Entity.SystemModels
{
public abstract class TestEntity : BaseEntity
{
}
}