/* * @Author: yubaolee | ahfu~ <954478625@qq.com> * @Description: 实体类 * Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved. */ using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations.Schema; using OpenAuth.Repository.Core; namespace {Namespace} { {AttributeManager} public class {ClassName} : {BaseEntityName} { public {ClassName}() { {Construction} } {AttributeList} } }