修改保存metric
This commit is contained in:
parent
92d6a7e369
commit
b623a34631
|
@ -0,0 +1,14 @@
|
|||
package io.metersphere.base.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class LoadTestReportDetailKey implements Serializable {
|
||||
private String reportId;
|
||||
|
||||
private Long part;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
Loading…
Reference in New Issue