提交代码

This commit is contained in:
2024-07-10 16:05:54 +08:00
parent b9563c6531
commit 0fc3260083
5 changed files with 88 additions and 3 deletions
+10
View File
@@ -45,5 +45,15 @@
get;
set;
}
public decimal EngineeringQuantity
{
get;
set;
}
public decimal WorkEfficiency
{
get;
set;
}
}
}