Files
7-Dongan-Interface/SlMesDbIterface/msg.cs
2026-05-29 13:57:08 +08:00

19 lines
301 B
C#

using ExternalDataSync.MOM;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExternalDataSync
{
public class msg
{
public msgHeader msgHeader
{
get;
set;
}
}
}