mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
占桩订单表 实体类update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.OrderPileOccupy;
|
||||
import com.jsowell.pile.dto.QueryOccupyOrderDTO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
@@ -63,4 +64,8 @@ public interface OrderPileOccupyMapper {
|
||||
int updateBatchSelective(List<OrderPileOccupy> list);
|
||||
|
||||
int batchInsert(@Param("list") List<OrderPileOccupy> list);
|
||||
|
||||
OrderPileOccupy queryByOccupyCode(@Param("occupyCode") String occupyCode);
|
||||
|
||||
List<OrderPileOccupy> queryOccupyOrderList(@Param("dto") QueryOccupyOrderDTO dto);
|
||||
}
|
||||
Reference in New Issue
Block a user