解决合并冲突
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.openhis.financial.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.financial.domain.ClaimResponse;
|
||||
import com.openhis.financial.domain.ThreePartPayCallBack;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface ThreePartPayCallBackMapper extends BaseMapper<ThreePartPayCallBack> {
|
||||
}
|
||||
Reference in New Issue
Block a user