Vol/Net6.SqlSugar/VOL.Entity/SystemModels/BaseEntity.cs

11 lines
149 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VOL.Entity.SystemModels
{
public class BaseEntity
{
}
}