2026-07-14 13:55:17 +08:00
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace JY.MES.MES
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 产品出站响应信息
|
|
|
|
|
/// </summary>
|
2026-07-14 16:09:25 +08:00
|
|
|
public sealed class RespExitStation : RespBase
|
2026-07-14 13:55:17 +08:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|