Files
tnb.server/QcMgr/Tnb.QcMgr.Interfaces/IQcCheckTypeService.cs
2023-11-06 19:35:59 +08:00

8 lines
92 B
C#

namespace Tnb.QcMgr.Interfaces
{
public interface IQcCheckTypeService
{
}
}