mes集成增加MesCallResult
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JY.MES.MES
|
||||
{
|
||||
/// <summary>
|
||||
/// 结果加工参数响应信息
|
||||
/// </summary>
|
||||
public class RespProductResult : RespBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user