design Single接口第二版

This commit is contained in:
xupei
2023-09-18 14:44:30 +08:00
parent 778bb9534d
commit 206f365ff3
2 changed files with 10 additions and 5 deletions

View File

@@ -60,4 +60,9 @@ public class DesignPythonItemPrint {
public DesignPythonItemPrint(String path) {
this.path = path;
}
public DesignPythonItemPrint(List<String> print_path_list, Boolean ifSingle) {
this.print_path_list = print_path_list;
IfSingle = ifSingle;
}
}