济菏高速数据中心代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
302 B

package com.zc.business.service;
import java.util.Map;
/**
* 一类交通调查站Service接口
*
* @author wangjiabao
* @date 2024-01-03
*/
public interface IDcYzsqbdcHmbldDataService
{
/**
* 一类交通调查站数据插入
*/
boolean addDcYzsqbdcHmbldDataList(Map map);
}