当前位置:网站首页>企业应用业务场景,功能添加和修改C#源码

企业应用业务场景,功能添加和修改C#源码

2022-07-04 23:48:00 济南医疗小程序状元

 业务场景,仓储层实体类修改.

 实体类一般没什么修改的,就继承框架规则,用就行了。然后下一步修改APP业务层

//------------------------------------------------------------------------------
//     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测试数据 
       /// </summary>
       [Table("proBatchInfo")]
    public class proBatchInfo : StringEntity
    {
        public proBatchInfo()
        {
           this.bName="";
       this.custom3="";
       this.remarks="";
       this.createBy="
原网站

版权声明
本文为[济南医疗小程序状元]所创,转载请带上原文链接,感谢
https://blog.csdn.net/chenggong9527/article/details/125594959