orderinfo迁移
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.czg.market.service;
|
||||
|
||||
import com.czg.order.entity.OrderInfo;
|
||||
import com.mybatisflex.core.service.IService;
|
||||
|
||||
public interface OrderInfoService extends IService<OrderInfo> {
|
||||
}
|
||||
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
* @author ww
|
||||
* @since 2025-02-13
|
||||
*/
|
||||
public interface OrderInfoService extends IService<OrderInfo> {
|
||||
public interface OrderInfoCustomService {
|
||||
|
||||
Page<OrderInfoVo> getOrderByPage(OrderInfoQueryDTO param);
|
||||
|
||||
Reference in New Issue
Block a user