订单分账记录表 加字段

This commit is contained in:
Guoqs
2025-01-13 16:15:35 +08:00
parent 76ebd65c05
commit 6269524b97
3 changed files with 122 additions and 15 deletions

View File

@@ -1,10 +1,11 @@
package com.jsowell.pile.mapper;
import com.jsowell.pile.domain.OrderSplitRecord;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OrderSplitRecordMapper {
int deleteByPrimaryKey(Integer id);