yusijie
2025-12-12 32f9df08cfca304eb8f52735bdae0ba72fe38931
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; } //称重值
    }
}