去除引用common.props
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using NPOI.SS.Formula.PTG;
|
||||
using Tnb.QcMgr.Entities.Enums;
|
||||
using Tnb.QcMgr.Entities.Enums;
|
||||
|
||||
namespace Tnb.QcMgr.Entities
|
||||
{
|
||||
@@ -13,7 +7,7 @@ namespace Tnb.QcMgr.Entities
|
||||
public string? id { get; set; }
|
||||
public string? name { get; set; }
|
||||
public string? code { get; set; }
|
||||
public string? type { get; set; }
|
||||
public string? type { get; set; }
|
||||
public string? cycle { get; set; }
|
||||
public string[]? trievent { get; set; }
|
||||
public string[]? trieventid { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user