Files
1440WGJ/JY.MES/MES/RespAlarm.cs
T
2026-07-28 10:51:38 +08:00

13 lines
195 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JY.MES.MES
{
public class RespAlarm : RespBase
{
}
}