mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
新增 占桩订单相关接口
This commit is contained in:
@@ -78,4 +78,10 @@ public interface OrderPileOccupyService{
|
||||
* @param dto
|
||||
*/
|
||||
void remoteGroundLock(RemoteGroundLockDTO dto);
|
||||
|
||||
/**
|
||||
* 获取占桩订单详情
|
||||
* @param occupyCode
|
||||
*/
|
||||
OccupyOrderDetailVO getOccupyOrderDetail(String occupyCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user