This commit is contained in:
qianjiawei
2023-08-21 13:46:21 +08:00
parent 465450c2d8
commit a7e96dd072
16 changed files with 48 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.QcMgr.Entities
{
public class SpcDataInput
{
}
}