公告板
版本库
filestore
活动
搜索
登录
main
/
ElectronicScaleDocking-XW
小卫电子秤对接
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加基础资料选择,标签打印功能
yusijie
2025-12-12
32f9df08cfca304eb8f52735bdae0ba72fe38931
[ElectronicScaleDocking-XW.git]
/
SingleItemCrossStation
/
Sc_WeightToSNBarcode
/
DeviceData.cs
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; } //称重值
}
}