实战开发项目-2业务逻辑层

 业务逻辑层 

//------------------------------------------------------------------------------
// <autogenerated>
//     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
// </autogenerated>
//------------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations.Schema;
using OpenAuth.Repository.Core;

namespace OpenAuth.Repository.Domain
{
    /// <summary>
	/// 部门表,也可用作数据字典。
	/// </summary>
    [Table("WmsInboundDmTbl")]
    public partial class WmsInboundDmTblmcl : StringEntity
    {
        public WmsInboundDmTblmcl()
        {
          this.Bname= string.Empty;
          this.Yid = string.Empty;
          this.Bmkh= string.Empty;  
          this.createID =

猜你喜欢

转载自blog.csdn.net/chenggong9527/article/details/124984321