仪表盘
版本库
文件存储
活动
搜索
登录
沈金展
/
TLM
泰莱姆接口代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
泰莱姆首检巡检添加
wbc
2025-02-12
b2bc0cccd77524b3ba1f05d5f7854324ce62ba2e
[~sjz/TLM.git]
/
MES.Service
/
Dto
/
service
/
ResultClass.cs
1
2
3
4
5
6
7
namespace MES.Service.Dto.service;
public class ResultClass
{
public decimal FSAMPLE_SIZE_WORD { get; set; }
public decimal Result { get; set; }
}