Commit 9723e167b9a7533a7d778a59c13b76ccae7c0089
1 parent
269f7238
Update
Showing
1 changed file
with
2 additions
and
0 deletions
Too many changes to show.
To preserve performance only 1 of 12 files are displayed.
src/main/java/com/bsth/service/schedule/ScheduleRule1FlatService.java
| @@ -6,4 +6,6 @@ import com.bsth.entity.schedule.rule.ScheduleRule1Flat; | @@ -6,4 +6,6 @@ import com.bsth.entity.schedule.rule.ScheduleRule1Flat; | ||
| 6 | * Created by xu on 16/7/4. | 6 | * Created by xu on 16/7/4. |
| 7 | */ | 7 | */ |
| 8 | public interface ScheduleRule1FlatService extends BService<ScheduleRule1Flat, Long> { | 8 | public interface ScheduleRule1FlatService extends BService<ScheduleRule1Flat, Long> { |
| 9 | + | ||
| 10 | + | ||
| 9 | } | 11 | } |