Files
1440WGJ/JY.MES/MES/RespArrivalStation.cs
T

17 lines
275 B
C#
Raw Normal View History

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 class RespArrivalStation : RespBase
2026-07-14 13:55:17 +08:00
{
}
}