|
54 | 54 | <ColumnConstraints hgrow="SOMETIMES" maxWidth="688.0" minWidth="10.0" prefWidth="170.0" />
|
55 | 55 | <ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="688.0" minWidth="74.0" prefWidth="76.0" />
|
56 | 56 | <ColumnConstraints hgrow="SOMETIMES" maxWidth="688.0" minWidth="10.0" prefWidth="166.0" />
|
57 |
| - <ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="688.0" minWidth="10.0" prefWidth="111.0" /> |
58 |
| - <ColumnConstraints hgrow="SOMETIMES" maxWidth="688.0" minWidth="10.0" prefWidth="116.0" /> |
| 57 | + <ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="688.0" minWidth="10.0" prefWidth="129.0" /> |
| 58 | + <ColumnConstraints hgrow="SOMETIMES" maxWidth="688.0" minWidth="10.0" prefWidth="95.0" /> |
59 | 59 | </columnConstraints>
|
60 | 60 | <rowConstraints>
|
61 | 61 | <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
75 | 75 | <Insets left="5.0" right="5.0" />
|
76 | 76 | </GridPane.margin>
|
77 | 77 | </TextField>
|
78 |
| - <Label text="Java POJO 类名" GridPane.rowIndex="1" /> |
| 78 | + <Label text="Java实体类名" GridPane.rowIndex="1" /> |
79 | 79 | <HBox alignment="CENTER_LEFT" GridPane.columnIndex="1" GridPane.columnSpan="3" GridPane.rowIndex="1" GridPane.valignment="CENTER">
|
80 | 80 | <children>
|
81 | 81 | <TextField fx:id="domainObjectNameField" prefHeight="27.0" prefWidth="154.0" promptText="Person" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
|
128 | 128 | </styleClass></Button>
|
129 | 129 | </children>
|
130 | 130 | </HBox>
|
131 |
| - <Label text="Java POJO包名" GridPane.rowIndex="4" /> |
| 131 | + <Label text="实体类名包名" GridPane.rowIndex="4" /> |
132 | 132 | <TextField fx:id="modelTargetPackage" prefHeight="27.0" prefWidth="152.0" promptText="com.example.model" GridPane.columnIndex="1" GridPane.rowIndex="4">
|
133 | 133 | <HBox.margin>
|
134 | 134 | <Insets right="5.0" />
|
|
142 | 142 | <GridPane.margin>
|
143 | 143 | <Insets left="5.0" />
|
144 | 144 | </GridPane.margin></TextField>
|
145 |
| - <Label text="DAO接口包名" GridPane.rowIndex="5" /> |
| 145 | + <Label text="接口包名" GridPane.rowIndex="5" /> |
146 | 146 | <TextField fx:id="daoTargetPackage" prefHeight="27.0" prefWidth="248.0" promptText="com.example.mapper" GridPane.columnIndex="1" GridPane.rowIndex="5">
|
147 | 147 | <HBox.margin>
|
148 | 148 | <Insets right="5.0" />
|
|
156 | 156 | <GridPane.margin>
|
157 | 157 | <Insets left="5.0" />
|
158 | 158 | </GridPane.margin></TextField>
|
159 |
| - <Label text="映射文件包名" GridPane.rowIndex="6" /> |
| 159 | + <Label text="映射XML文件包名" GridPane.rowIndex="6" /> |
160 | 160 | <TextField fx:id="mapperTargetPackage" prefHeight="27.0" prefWidth="248.0" promptText="com.example" GridPane.columnIndex="1" GridPane.rowIndex="6">
|
161 | 161 | <HBox.margin>
|
162 | 162 | <Insets right="5.0" />
|
|
203 | 203 | </styleClass></Button>
|
204 | 204 | </children>
|
205 | 205 | </HBox>
|
206 |
| - <Label text="DAO名称(选填)" GridPane.columnIndex="4" GridPane.rowIndex="5"> |
| 206 | + <Label text="自定义接口名称(选填)" GridPane.columnIndex="4" GridPane.rowIndex="5"> |
207 | 207 | <padding>
|
208 | 208 | <Insets left="5.0" />
|
209 | 209 | </padding>
|
|
0 commit comments