Commit 0fc0884b by Wangmin

新增 [陪诊员端]

1.需求广场
2.接单
3.根据订单ID查询详情
parent bfc69186
......@@ -7,6 +7,7 @@ import com.pz.system.domain.bo.StoreOrderBo;
import com.pz.system.domain.vo.StoreAdminOrderVo;
import com.pz.system.domain.vo.StoreOrderVo;
import com.pz.common.core.mapper.BaseMapperPlus;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
......@@ -15,6 +16,7 @@ import org.apache.ibatis.annotations.Param;
* @author ruoyi
* @date 2023-09-07
*/
@Mapper
public interface StoreOrderMapper extends BaseMapperPlus<StoreOrderMapper, StoreOrder, StoreOrderVo> {
/**
* 商城订单列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment