- package com.db.service;
- import com.db.service.model.TrainItem;
- import com.elab.core.services.ICommonService;
- /**
- * @author liuhx
- * @create 2019/04/02 10:15
- * @email liuhx@elab-plus.com
- **/
- public interface ITrainItemService extends ICommonService<TrainItem> {
- }
|