占桩订单表 实体类update

This commit is contained in:
2023-08-07 14:35:13 +08:00
parent 067f8a31e3
commit ea3cc04ecd
4 changed files with 217 additions and 88 deletions

View File

@@ -1,10 +1,9 @@
package com.jsowell.pile.service;
import java.util.List;
import com.jsowell.pile.domain.OrderPileOccupy;
import java.util.List;
public interface OrderPileOccupyService{
int deleteByPrimaryKey(Integer id);
int insert(OrderPileOccupy record);