yusijie
2025-12-02 3cbe6f08b6050e3de3c21ace71914316afed196d
1
2
3
4
5
6
7
8
9
namespace Sc_WeightToSNBarcode_Single
{
    internal class DeviceData
    {
        public string DEVICE_NAME { get; internal set; } //电子秤
        public string TAG_NAME { get; internal set; } //标题名称
        public string TAG_VALUE { get; internal set; } //称重值
    }
}