通用配置误差保留小数位

This commit is contained in:
sjl
2025-06-27 09:01:06 +08:00
parent 2fd0dcb8a3
commit 7b93363b23
2 changed files with 13 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export namespace Base {
autoGenerate:number;//检测报告是否自动生成0 否1是
maxTime:number;//最大复检次数默认3次
state: number; //状态
scale:number;//小数位
createBy?: string| null; //创建用户
createTime?: string| null; //创建时间
updateBy?: string| null; //更新用户