删除订单

This commit is contained in:
2024-09-02 15:51:24 +08:00
parent b3850469ec
commit ce8dc138f9
4 changed files with 32 additions and 4 deletions

View File

@@ -11,6 +11,10 @@ import java.util.List;
@Component
@Mapper
public interface TbOrderInfoMapper {
/**
* 逻辑删除
*/
int deleteByPrimaryKey(Integer id);
int insert(TbOrderInfo record);