删除订单
This commit is contained in:
@@ -11,6 +11,10 @@ import java.util.List;
|
||||
@Component
|
||||
@Mapper
|
||||
public interface TbOrderInfoMapper {
|
||||
|
||||
/**
|
||||
* 逻辑删除
|
||||
*/
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(TbOrderInfo record);
|
||||
|
||||
Reference in New Issue
Block a user