敏感及重要用户功能
This commit is contained in:
@@ -30,8 +30,9 @@ public class GenerateCode {
|
||||
|
||||
public static void main(String[] args) {
|
||||
List<Module> modules = Stream.of(
|
||||
new Module("hongawen", "com.njcn.supervision", "leaflet", Stream.of(
|
||||
"supervision_warning_leaflet"
|
||||
new Module("hongawen", "com.njcn.supervision", "survey", Stream.of(
|
||||
"supervision_survey_plan",
|
||||
"supervision_survey_test"
|
||||
).collect(Collectors.toList()), "supervision_")
|
||||
).collect(Collectors.toList());
|
||||
generateJavaFile(modules);
|
||||
|
||||
Reference in New Issue
Block a user