Files

13 lines
195 B
C#
Raw Permalink Normal View History

2026-07-28 10:51:38 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JY.MES.MES
{
public class RespAlarm : RespBase
{
}
}