1
dd
2026-02-12 b4739eade21d1e38dd89df70bb985d7fc691cdac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.nq.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.nq.dao.IntradayOrderMapper;
import com.nq.dao.SmartIntradayMapper;
import com.nq.pojo.IntradayOrder;
import com.nq.pojo.SmartIntraday;
import org.springframework.stereotype.Service;
 
/**
 * @program: dabaogp
 * @description:
 * @create: 2025-07-15 10:50
 **/
@Service
public class IntradayOrderSerivceImpl extends ServiceImpl<IntradayOrderMapper, IntradayOrder> {
}