Files
FullAutoWaterCheck/全自动水压检测仪/DATA/PLC_Data.cs

14 lines
211 B
C#
Raw Normal View History

2026-01-07 13:42:17 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace .Data
{
internal class PLC_Data
{
}
}