|
|
@@ -5,6 +5,7 @@ using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.ComponentModel;
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
+using System.ComponentModel.DataAnnotations.Schema;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
@@ -136,6 +137,7 @@ namespace Bussiness.Model.Production
|
|
|
/// 计算ID
|
|
|
/// </summary>
|
|
|
[Comment("计算id")]
|
|
|
+ [NotMapped]
|
|
|
public long? bang_id { get; set; }
|
|
|
|
|
|
}
|