当前位置:网站首页>Enterprise application business scenarios, function addition and modification of C source code

Enterprise application business scenarios, function addition and modification of C source code

2022-07-04 23:54:00 Jinan medical applet champion

  Business scenario , Modify the entity class of the storage layer .

  Entity classes are generally unmodified , Inherit the framework rules , Just use it . Then modify it in the next step APP The business layer

//------------------------------------------------------------------------------
//     This code was generated by a CodeSmith Template.
//
//     DO NOT MODIFY contents of this file. Changes to this
//     file will be lost if the code is regenerated.
//     Author:Yubao Li
//------------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations.Schema;
using OpenAuth.Repository.Core;

namespace OpenAuth.Repository.Domain
{
    /// <summary>
       ///72 Test data  
       /// </summary>
       [Table("proBatchInfo")]
    public class proBatchInfo : StringEntity
    {
        public proBatchInfo()
        {
           this.bName="";
       this.custom3="";
       this.remarks="";
       this.createBy="
原网站

版权声明
本文为[Jinan medical applet champion]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/185/202207042347584579.html