|
|
@@ -18,12 +18,12 @@ namespace Bussiness.Model.Tech
|
|
|
[CollectionName("dopbase", "mes_process")]
|
|
|
public class mes_process : BaseEntity
|
|
|
{
|
|
|
- /// <summary>
|
|
|
- /// 工序主键
|
|
|
- /// </summary>
|
|
|
- [Key]
|
|
|
- [Description("工序主键")]
|
|
|
- public long proc_id { get; set; }
|
|
|
+ ///// <summary>
|
|
|
+ ///// 工序主键
|
|
|
+ ///// </summary>
|
|
|
+ //[Key]
|
|
|
+ //[Description("工序主键")]
|
|
|
+ //public long proc_id { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 工序名称
|