File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
src/test/java/issues/lhg142 Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- package lhg142 ;
1
+ package issues . lhg142 ;
2
2
3
3
import org .junit .jupiter .api .Test ;
4
4
import org .mybatis .dynamic .sql .render .RenderingStrategies ;
5
- import org .mybatis .dynamic .sql .select .SelectDSL ;
6
5
import org .mybatis .dynamic .sql .select .render .SelectStatementProvider ;
7
6
8
- import java .util .Objects ;
9
-
10
- import static issues .gh105 .PersonDynamicSqlSupport .lastName ;
11
- import static lhg142 .MyMarkDynamicSqlSupport .*;
7
+ import static issues .lhg142 .MyMarkDynamicSqlSupport .*;
12
8
import static org .assertj .core .api .Assertions .assertThat ;
13
9
import static org .mybatis .dynamic .sql .SqlBuilder .*;
14
10
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package lhg142 ;
16
+ package issues . lhg142 ;
17
17
18
18
import org .mybatis .dynamic .sql .SqlColumn ;
19
19
import org .mybatis .dynamic .sql .SqlTable ;
Original file line number Diff line number Diff line change 1
- package lhg142 ;
1
+ package issues . lhg142 ;
2
2
3
3
public class Page {
4
4
private Long offset ;
You can’t perform that action at this time.
0 commit comments