add 后台服务 和 部署sql 等
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
//using System.Data.Entity.ModelConfiguration;
|
||||
using Ewide.NbzsZheliban.Entity;
|
||||
using System.Runtime.Serialization;
|
||||
namespace Ewide.NbzsZheliban.Entity
|
||||
namespace Ewide.Nbzs.Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据表实体类:NonResidentialAgreement
|
||||
@@ -1806,14 +1805,6 @@ using System.Runtime.Serialization;
|
||||
[Column("XyFile")]
|
||||
[DataMember]
|
||||
public string XyFile {get;set;}
|
||||
/// <summary>
|
||||
/// 无描述
|
||||
/// </summary>
|
||||
|
||||
[Display(Name="无描述")]
|
||||
[Column("IsxyFile")]
|
||||
[DataMember]
|
||||
public int? IsxyFile {get;set;}
|
||||
|
||||
}
|
||||
|
||||
@@ -2050,7 +2041,6 @@ using System.Runtime.Serialization;
|
||||
this.Property(t => t.Deductible).HasColumnName("Deductible").IsRequired();
|
||||
this.Property(t => t.IsCancelRecord).HasColumnName("IsCancelRecord").IsRequired();
|
||||
this.Property(t => t.XyFile).HasColumnName("XyFile");
|
||||
this.Property(t => t.IsxyFile).HasColumnName("IsxyFile");
|
||||
}
|
||||
}**/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user