design Single接口第二版
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user