DestroySituationService.java 275 Bytes
package com.bsth.data.summary.service;

import com.bsth.data.summary.entity.DestroySituation;
import com.bsth.service.BaseService;

/**
 * Created by panzhao on 2017/11/1.
 */
public interface DestroySituationService extends BaseService<DestroySituation, Long> {
}