Commit ebec0a80 by zhangkb

单位指标计算规则权重添加目录名称字段

parent ff7c6c68
......@@ -15,6 +15,7 @@ public class IndTypeWeight implements Serializable{
private static final long serialVersionUID = 1L;
private String catalogIdPath;
private String catalogName;
private String weight;//权重,百分比形式(例如:10 代表 10%)
private int index;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment