mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
占桩订单表 实体类update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user