业务产出代码1 之开始部门表案例
产出代码的开始
1个类文件的手写
//------------------------------------------------------------------------------ // <autogenerated> // This code was generated by a CodeSmith Template. 此代码由CodeSmith模板生成 // // 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.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; namespace OpenAuth.App.Request { /// <summary> /// 部門表 /// </summary> /// 表名字对应SqlServer中 (借用入庫通知單) [Table("WmsInboundDmTbl")] public partial class AddOrUpdateWmsInboundDmTblReq { /// <summary> /// /// </summary> public string ID { get; set; } /// <summary> /// 部门名称 ///
上一篇:
IDEA上Java项目控制台中文乱码