This commit is contained in:
parent
00b7c6f7cd
commit
c1694bd76c
|
@ -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>();
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue