update
This commit is contained in:
@@ -9,6 +9,7 @@ import javax.validation.Valid;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -61,4 +62,8 @@ public class CheckRuleDto implements Serializable {
|
||||
private String status;
|
||||
@ApiModelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
private List<String> transferValue;
|
||||
|
||||
private String qualityType;
|
||||
}
|
||||
|
||||
@@ -23,4 +23,6 @@ public class CheckRuleQuery extends BaseQueryParams {
|
||||
private String ruleSource;
|
||||
private String ruleTable;
|
||||
private String ruleColumn;
|
||||
|
||||
private String ruleType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user