去除引用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;
|
||||
|
||||
namespace Tnb.QcMgr.Entities
|
||||
namespace Tnb.QcMgr.Entities
|
||||
{
|
||||
public class CheckItemsInput
|
||||
{
|
||||
@@ -56,9 +50,10 @@ namespace Tnb.QcMgr.Entities
|
||||
public string? itemdid { get; set; }
|
||||
public Show? setShow { get; set; }
|
||||
public Data? setData { get; set; }
|
||||
|
||||
|
||||
}
|
||||
public class Show {
|
||||
public class Show
|
||||
{
|
||||
public bool extype { get; set; }
|
||||
public bool excontent { get; set; }
|
||||
public bool check { get; set; }
|
||||
@@ -69,7 +64,8 @@ namespace Tnb.QcMgr.Entities
|
||||
public bool customer { get; set; }
|
||||
public bool isexec { get; set; }
|
||||
}
|
||||
public class Data {
|
||||
public class Data
|
||||
{
|
||||
public string? extype { get; set; }
|
||||
public Excontent? excontent { get; set; }
|
||||
public string? check { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user