init: 导入项目到 meswork Gitea
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using bizFacade;
|
||||
//using SystemFramework;
|
||||
using MesServerWork;
|
||||
|
||||
namespace MesServerFunctions
|
||||
{
|
||||
partial class Functions_BASE_22
|
||||
{
|
||||
/// <summary>
|
||||
/// 合格放行
|
||||
/// </summary>
|
||||
/// <param name="OpName"></param>
|
||||
/// <param name="tagValue"></param>
|
||||
private void ConfirmOkGo(object e)
|
||||
{
|
||||
MIS_BASE.ConfirmOkGo(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user