mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
chore: ui interface
This commit is contained in:
parent
c5b63b8167
commit
37d56b3870
@ -1,74 +0,0 @@
|
||||
package io.metersphere.ui.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class UiScenario implements Serializable {
|
||||
private String id;
|
||||
|
||||
private String projectId;
|
||||
|
||||
private String tags;
|
||||
|
||||
private String userId;
|
||||
|
||||
private String moduleId;
|
||||
|
||||
private String modulePath;
|
||||
|
||||
private String name;
|
||||
|
||||
private String scenarioType;
|
||||
|
||||
private String level;
|
||||
|
||||
private String status;
|
||||
|
||||
private String principal;
|
||||
|
||||
private Integer stepTotal;
|
||||
|
||||
private String schedule;
|
||||
|
||||
private Long createTime;
|
||||
|
||||
private Long updateTime;
|
||||
|
||||
private String passRate;
|
||||
|
||||
private String lastResult;
|
||||
|
||||
private String reportId;
|
||||
|
||||
private Integer num;
|
||||
|
||||
private String originalState;
|
||||
|
||||
private String customNum;
|
||||
|
||||
private String createUser;
|
||||
|
||||
private Integer version;
|
||||
|
||||
private Long deleteTime;
|
||||
|
||||
private String deleteUserId;
|
||||
|
||||
private Integer executeTimes;
|
||||
|
||||
private Long order;
|
||||
|
||||
private String environmentType;
|
||||
|
||||
private String environmentGroupId;
|
||||
|
||||
private String versionId;
|
||||
|
||||
private String refId;
|
||||
|
||||
private Boolean latest;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
package io.metersphere.ui.service;
|
||||
|
||||
public interface UiScenarioService {
|
||||
String run();
|
||||
}
|
Loading…
Reference in New Issue
Block a user