去除引用common.props
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
@@ -17,16 +12,16 @@ namespace Tnb.ProductionMgr.Entities.Entity
|
||||
id = SnowflakeIdHelper.NextId();
|
||||
}
|
||||
public string? region_name { get; set; }
|
||||
|
||||
|
||||
public string? name { get; set; }
|
||||
|
||||
|
||||
public string? push_rule_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 故障类别
|
||||
/// </summary>
|
||||
public string? andon_type { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 故障
|
||||
|
||||
Reference in New Issue
Block a user