mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 21:48:03 +08:00
update
This commit is contained in:
@@ -2,8 +2,12 @@ package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.OrderDetail;
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import com.jsowell.pile.vo.lianlian.OrderTempVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface OrderDetailMapper {
|
||||
/**
|
||||
* delete by primary key
|
||||
@@ -56,4 +60,6 @@ public interface OrderDetailMapper {
|
||||
int updateBatchSelective(List<OrderDetail> list);
|
||||
|
||||
int batchInsert(@Param("list") List<OrderDetail> list);
|
||||
|
||||
List<OrderTempVO> selectByStationId(String stationId);
|
||||
}
|
||||
Reference in New Issue
Block a user