加字段

This commit is contained in:
2024-01-14 14:44:14 +08:00
parent 687f97fc88
commit d490d9d5b0
3 changed files with 248 additions and 291 deletions

View File

@@ -1,6 +1,10 @@
package com.jsowell.pile.mapper;
import com.jsowell.pile.domain.OrderBasicInfo;
import java.time.LocalDateTime;
import java.util.List;
import com.jsowell.pile.domain.OrderDetail;
import com.jsowell.pile.dto.*;
import com.jsowell.pile.dto.nanrui.NRQueryOrderDTO;
@@ -13,12 +17,7 @@ import com.jsowell.pile.vo.uniapp.PersonPileConnectorSumInfoVO;
import com.jsowell.pile.vo.uniapp.SendMessageVO;
import com.jsowell.pile.vo.web.*;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.time.LocalDateTime;
import java.util.List;
@Repository
public interface OrderBasicInfoMapper {
/**
* delete by primary key