Commit 9723e167b9a7533a7d778a59c13b76ccae7c0089

Authored by 徐烜
1 parent 269f7238

Update

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 6 * Created by xu on 16/7/4.
7 7 */
8 8 public interface ScheduleRule1FlatService extends BService<ScheduleRule1Flat, Long> {
  9 +
  10 +
9 11 }
... ...