ZnddLbService.java 320 Bytes
package com.bsth.service.zndd;

import com.bsth.entity.realcontrol.ScheduleRealInfo;
import com.bsth.entity.zndd.ZnddLb;
import com.bsth.service.BaseService;

import java.util.Map;

public interface ZnddLbService extends BaseService<ZnddLb, Integer> {

    ScheduleRealInfo queryLineCar(Map m);


    Map cxlb(Map m);
}