feat:新增标注返回groupid
This commit is contained in:
parent
3fcf45a6fb
commit
ca475c5fb1
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
public interface IAirlineMarkerGroupInfoService {
|
public interface IAirlineMarkerGroupInfoService {
|
||||||
|
|
||||||
int insertMarker(AirlineMarkerDTO dto);
|
AirlineMarkerDTO insertMarker(AirlineMarkerDTO dto);
|
||||||
|
|
||||||
int deleteMarker(AirlineMarkerDTO dto);
|
int deleteMarker(AirlineMarkerDTO dto);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue