Files
2025-10-09 13:58:21 +08:00

11 lines
170 B
C#

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