|
@@ -24,6 +24,7 @@ import java.util.Objects;
|
|
|
*/
|
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
|
public class SopInfoListParam extends TBSopInfo implements Serializable {
|
|
|
+
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
@ApiModelProperty(value = "流程类型str")
|
|
@@ -78,12 +79,6 @@ public class SopInfoListParam extends TBSopInfo implements Serializable {
|
|
|
@ApiModelProperty(value = "sop单号")
|
|
|
String sopNo;
|
|
|
|
|
|
- @ApiModelProperty(value = "快捷搜索")
|
|
|
- List<String> quickSearch;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "快捷显示")
|
|
|
- List<String> quickView;
|
|
|
-
|
|
|
public FormWidgetMetadataOperation getFormWidgetMetadataOperation() {
|
|
|
return formWidgetMetadataOperation;
|
|
|
}
|
|
@@ -209,20 +204,4 @@ public class SopInfoListParam extends TBSopInfo implements Serializable {
|
|
|
public void setSopNo(String sopNo) {
|
|
|
this.sopNo = sopNo;
|
|
|
}
|
|
|
-
|
|
|
- public List<String> getQuickSearch() {
|
|
|
- return quickSearch;
|
|
|
- }
|
|
|
-
|
|
|
- public void setQuickSearch(List<String> quickSearch) {
|
|
|
- this.quickSearch = quickSearch;
|
|
|
- }
|
|
|
-
|
|
|
- public List<String> getQuickView() {
|
|
|
- return quickView;
|
|
|
- }
|
|
|
-
|
|
|
- public void setQuickView(List<String> quickView) {
|
|
|
- this.quickView = quickView;
|
|
|
- }
|
|
|
}
|