|
|
|
@ -125,6 +125,10 @@ public class MesKpData extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("采集结果")
|
|
|
|
|
private Integer result;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("物料名称")
|
|
|
|
|
private String partName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public double getKeyDataCountVal() {
|
|
|
|
|
return this.keyDataCount == null ? 0 : this.keyDataCount;
|
|
|
|
|