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

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

View File

@ -166,7 +166,6 @@ public class MeasCostQueryResultVO extends SuperVO {
* ÏîÄ¿Ãû³Æ * ÏîÄ¿Ãû³Æ
*/ */
private String projectname; private String projectname;
public String getPK_factorasoa() { public String getPK_factorasoa() {
return this.pk_factorasoa; return this.pk_factorasoa;