2025-06-06 16:00:39 +08:00

11 lines
149 B
C#

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