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

14 lines
224 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExternalDataSync
{
public class msgBody
{
public msgWork msgWorkList;
}
}