Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
on-site-service
Commits
23ce2663
Commit
23ce2663
authored
Jul 08, 2022
by
kretee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 去除错误的import
parent
f5b89732
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ServiceAreaService.java
...teservice/miniapp/service/service/ServiceAreaService.java
+0
-3
No files found.
mini-app/src/main/java/com/onsiteservice/miniapp/service/service/ServiceAreaService.java
View file @
23ce2663
...
...
@@ -2,7 +2,6 @@ package com.onsiteservice.miniapp.service.service;
import
com.onsiteservice.entity.area.ServiceArea
;
import
com.onsiteservice.dao.mapper.service.ServiceAreaMapper
;
import
com.onsiteservice.miniapp.mapper.service.ServiceAreaBizMapper
;
import
com.onsiteservice.dao.common.AbstractMapper
;
import
com.onsiteservice.dao.common.page.PageParams
;
...
...
@@ -24,8 +23,6 @@ public class ServiceAreaService extends AbstractMapper<ServiceArea> {
@Resource
private
ServiceAreaMapper
serviceAreaMapper
;
@Resource
private
ServiceAreaBizMapper
serviceAreaBizMapper
;
/**
* 分页查询列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment