【update】添加注释与重命名变量

This commit is contained in:
mzc5649
2021-04-06 15:39:34 +08:00
parent 95967c07ec
commit f0c601ad09
@@ -73,7 +73,12 @@ public class CreateFileConfig {
this.setFileList(new File(file));
return this.templateRootDirs;
}
/**
* 设置fileList
* @date 2021/4/6 15:39
* @param files 文件集合
* @return void
*/
public void setFileList(List<File> files) {
this.templateRootDirs = files;
}