This commit is contained in:
mzr 2024-12-14 19:08:05 +08:00
parent 00b7c6f7cd
commit c1694bd76c
2 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,7 @@ public class MeasCostItemVO extends SuperVO {
/** 项目名称 */
private String projectname;
// 保存动态属性的值
private Map<String, Object> factorMap = new HashMap<String, Object>();

View File

@ -167,7 +167,6 @@ public class MeasCostQueryResultVO extends SuperVO {
*/
private String projectname;
public String getPK_factorasoa() {
return this.pk_factorasoa;
}