新增 占桩订单相关接口

This commit is contained in:
Lemon
2023-08-18 16:17:28 +08:00
parent d82ece35ca
commit 03f84c3a11
3 changed files with 49 additions and 33 deletions

View File

@@ -78,4 +78,10 @@ public interface OrderPileOccupyService{
* @param dto
*/
void remoteGroundLock(RemoteGroundLockDTO dto);
/**
* 获取占桩订单详情
* @param occupyCode
*/
OccupyOrderDetailVO getOccupyOrderDetail(String occupyCode);
}