后端最新版本同步
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright ©2023 CJB-CNIT Team. All rights reserved
|
||||
*/
|
||||
package com.openhis.template.mapper;
|
||||
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.template.domain.OrdersGroupPackageDetail;
|
||||
|
||||
/**
|
||||
* @author zwh
|
||||
* @date 2025-04-09
|
||||
*/
|
||||
@Repository
|
||||
public interface OrdersGroupPackageDetailMapper extends BaseMapper<OrdersGroupPackageDetail> {}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright ©2023 CJB-CNIT Team. All rights reserved
|
||||
*/
|
||||
package com.openhis.template.mapper;
|
||||
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.template.domain.OrdersGroupPackage;
|
||||
|
||||
/**
|
||||
* @author zwh
|
||||
* @date 2025-04-09
|
||||
*/
|
||||
@Repository
|
||||
public interface OrdersGroupPackageMapper extends BaseMapper<OrdersGroupPackage> {}
|
||||
Reference in New Issue
Block a user