去除引用common.props
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities
|
||||
{
|
||||
@@ -138,7 +135,7 @@ namespace Tnb.ProductionMgr.Entities
|
||||
/// <summary>
|
||||
/// 工单数(生产任务数)
|
||||
/// </summary>
|
||||
public int mo_qty{ get; set; }
|
||||
public int mo_qty { get; set; }
|
||||
/// <summary>
|
||||
/// Desc:模具Id
|
||||
/// Default:NULL::character varying
|
||||
|
||||
Reference in New Issue
Block a user