mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -10,19 +10,6 @@ import java.util.List;
|
||||
public interface PileMsgRecordMapper {
|
||||
int insertSelective(PileMsgRecord record);
|
||||
|
||||
// PileMsgRecord selectByPrimaryKey(Integer id);
|
||||
|
||||
// PileMsgRecord getByPileSn(String pileSn);
|
||||
|
||||
// PileMsgRecord getByConnectorCode(String connectorCode);
|
||||
|
||||
/**
|
||||
* 根据枪口号查询枪口日志
|
||||
* @param connectorCodeList
|
||||
* @return
|
||||
*/
|
||||
// List<PileMsgRecord> getByConnectorCodeList(@Param("connectorCodeList") List<String> connectorCodeList);
|
||||
|
||||
/**
|
||||
* 查询充电桩通信日志
|
||||
* @param pileSn 桩号
|
||||
|
||||
Reference in New Issue
Block a user