feat: 成都西南脑科医院三方对接初始化

cdxnnkyy
chenhc 7 months ago
parent d6756ab112
commit a85efa80f9

@ -1,4 +1,4 @@
package com.glxp.mipsdl.client.scpwxyy; package com.glxp.mipsdl.client.cdxnnkyy;
import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil; import cn.hutool.core.collection.CollUtil;
@ -6,13 +6,10 @@ import cn.hutool.core.collection.CollectionUtil;
import cn.hutool.core.util.IdUtil; import cn.hutool.core.util.IdUtil;
import cn.hutool.core.util.ReflectUtil; import cn.hutool.core.util.ReflectUtil;
import cn.hutool.core.util.StrUtil; import cn.hutool.core.util.StrUtil;
import cn.hutool.json.JSONConfig;
import cn.hutool.json.JSONUtil; import cn.hutool.json.JSONUtil;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.TypeReference; import com.alibaba.fastjson.TypeReference;
import com.alibaba.fastjson.serializer.SerializeConfig;
import com.alibaba.fastjson.serializer.SerializerFeature;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.metadata.IPage;
@ -41,7 +38,7 @@ import com.glxp.mipsdl.entity.auth.AuthWarehouseEntity;
import com.glxp.mipsdl.entity.basic.*; import com.glxp.mipsdl.entity.basic.*;
import com.glxp.mipsdl.entity.ctqyy.*; import com.glxp.mipsdl.entity.ctqyy.*;
import com.glxp.mipsdl.entity.inout.*; import com.glxp.mipsdl.entity.inout.*;
import com.glxp.mipsdl.entity.scpwxyy.*; import com.glxp.mipsdl.entity.cdxnnkyy.*;
import com.glxp.mipsdl.entity.system.ThrYbSetupMapper; import com.glxp.mipsdl.entity.system.ThrYbSetupMapper;
import com.glxp.mipsdl.entity.thrsys.ThrCorpEntity; import com.glxp.mipsdl.entity.thrsys.ThrCorpEntity;
import com.glxp.mipsdl.entity.thrsys.ThrInvWarehouseEntity; import com.glxp.mipsdl.entity.thrsys.ThrInvWarehouseEntity;
@ -57,7 +54,7 @@ import com.glxp.mipsdl.req.zzzyy.ZzzyyRequest;
import com.glxp.mipsdl.res.BaseResponse; import com.glxp.mipsdl.res.BaseResponse;
import com.glxp.mipsdl.res.PageSimpleResponse; import com.glxp.mipsdl.res.PageSimpleResponse;
import com.glxp.mipsdl.res.ctqyy.CtBaseResponse; import com.glxp.mipsdl.res.ctqyy.CtBaseResponse;
import com.glxp.mipsdl.res.scwpxyy.A006headRespone; import com.glxp.mipsdl.res.cdxnnkyy.A006headRespone;
import com.glxp.mipsdl.res.udiwms.*; import com.glxp.mipsdl.res.udiwms.*;
import com.glxp.mipsdl.service.auth.AuthWarehouseService; import com.glxp.mipsdl.service.auth.AuthWarehouseService;
import com.glxp.mipsdl.service.basic.RelCodeDetailService; import com.glxp.mipsdl.service.basic.RelCodeDetailService;
@ -68,9 +65,9 @@ import com.glxp.mipsdl.service.thrsys.ThrCorpService;
import com.glxp.mipsdl.service.thrsys.ThrSystemDetailService; import com.glxp.mipsdl.service.thrsys.ThrSystemDetailService;
import com.glxp.mipsdl.service.yb.YbClient; import com.glxp.mipsdl.service.yb.YbClient;
import com.glxp.mipsdl.thirddao.ctqyy.*; import com.glxp.mipsdl.thirddao.ctqyy.*;
import com.glxp.mipsdl.thirddao.scpwxyy.A003Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A003Mapper;
import com.glxp.mipsdl.thirddao.scpwxyy.A010detailMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A010detailMapper;
import com.glxp.mipsdl.thirddao.scpwxyy.A011detailMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A011detailMapper;
import com.glxp.mipsdl.util.*; import com.glxp.mipsdl.util.*;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.dom4j.Document; import org.dom4j.Document;
@ -85,8 +82,8 @@ import java.util.*;
import java.util.stream.Collectors; import java.util.stream.Collectors;
@Slf4j @Slf4j
@Service(value = "100014HttpClient") @Service(value = "100015HttpClient")
public class ScpwxyyClient extends CommonHttpClient { public class CxnnkyyClient extends CommonHttpClient {
@Resource @Resource
private ThrSystemDetailService thrSystemDetailService; private ThrSystemDetailService thrSystemDetailService;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.client.scpwxyy.entity; package com.glxp.mipsdl.client.cdxnnkyy.entity;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data; import lombok.Data;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.client.scpwxyy.entity; package com.glxp.mipsdl.client.cdxnnkyy.entity;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data; import lombok.Data;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.client.scpwxyy.entity; package com.glxp.mipsdl.client.cdxnnkyy.entity;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data; import lombok.Data;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.util.Date; import java.util.Date;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.Builder; import lombok.Builder;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.Builder; import lombok.Builder;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.util.Date; import java.util.Date;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.util.Date; import java.util.Date;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

@ -1,9 +1,8 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;
import cn.hutool.core.date.DateTime;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.Builder; import lombok.Builder;
import lombok.Data; import lombok.Data;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;

@ -1,4 +1,4 @@
package com.glxp.mipsdl.entity.scpwxyy; package com.glxp.mipsdl.entity.cdxnnkyy;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;

@ -1,6 +1,6 @@
package com.glxp.mipsdl.res.scwpxyy; package com.glxp.mipsdl.res.cdxnnkyy;
import com.glxp.mipsdl.entity.scpwxyy.A0006detail; import com.glxp.mipsdl.entity.cdxnnkyy.A0006detail;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.Builder; import lombok.Builder;
import lombok.Data; import lombok.Data;

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A0006detail; import com.glxp.mipsdl.entity.cdxnnkyy.A0006detail;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A0006detailMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A0006detailMapper;
@Service @Service
public class A0006detailService extends ServiceImpl<A0006detailMapper, A0006detail> { public class A0006detailService extends ServiceImpl<A0006detailMapper, A0006detail> {

@ -1,12 +1,11 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageHelper;
import com.glxp.mipsdl.entity.scpwxyy.A001; import com.glxp.mipsdl.entity.cdxnnkyy.A001;
import com.glxp.mipsdl.req.base.UdiwmsUnitRequest; import com.glxp.mipsdl.req.base.UdiwmsUnitRequest;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import javax.annotation.Resource; import com.glxp.mipsdl.thirddao.cdxnnkyy.A001Mapper;
import com.glxp.mipsdl.thirddao.scpwxyy.A001Mapper;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A003; import com.glxp.mipsdl.entity.cdxnnkyy.A003;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A003Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A003Mapper;
@Service @Service
public class A003Service extends ServiceImpl<A003Mapper, A003> { public class A003Service extends ServiceImpl<A003Mapper, A003> {

@ -3,18 +3,11 @@ package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.pagehelper.PageHelper; import com.glxp.mipsdl.entity.cdxnnkyy.A004;
import com.glxp.mipsdl.entity.ctqyy.VYpzsPresInfo;
import com.glxp.mipsdl.entity.scpwxyy.A001;
import com.glxp.mipsdl.entity.scpwxyy.A004;
import com.glxp.mipsdl.req.base.UdiwmsUnitRequest;
import com.glxp.mipsdl.req.base.UdiwmsWarehouseRequest; import com.glxp.mipsdl.req.base.UdiwmsWarehouseRequest;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A004Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A004Mapper;
import java.util.Collections;
import java.util.List;
@Service @Service
public class A004Service extends ServiceImpl<A004Mapper, A004> { public class A004Service extends ServiceImpl<A004Mapper, A004> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A005; import com.glxp.mipsdl.entity.cdxnnkyy.A005;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A005Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A005Mapper;
@Service @Service
public class A005Service extends ServiceImpl<A005Mapper, A005> { public class A005Service extends ServiceImpl<A005Mapper, A005> {

@ -5,12 +5,12 @@ import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageHelper;
import com.glxp.mipsdl.entity.scpwxyy.A0006detail; import com.glxp.mipsdl.entity.cdxnnkyy.A0006detail;
import com.glxp.mipsdl.entity.scpwxyy.A006head; import com.glxp.mipsdl.entity.cdxnnkyy.A006head;
import com.glxp.mipsdl.req.base.UdiwmsOrderQueryRequest; import com.glxp.mipsdl.req.base.UdiwmsOrderQueryRequest;
import com.glxp.mipsdl.res.scwpxyy.A006headRespone; import com.glxp.mipsdl.res.cdxnnkyy.A006headRespone;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import com.glxp.mipsdl.thirddao.scpwxyy.A006headMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A006headMapper;
import javax.annotation.Resource; import javax.annotation.Resource;
import java.util.Collections; import java.util.Collections;

@ -1,16 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.pagehelper.PageHelper; import com.glxp.mipsdl.entity.cdxnnkyy.A007;
import com.glxp.mipsdl.entity.scpwxyy.A007;
import com.glxp.mipsdl.req.base.UdiwmsQueryUdiInvProductsRequest;
import com.glxp.mipsdl.res.scwpxyy.A006headRespone;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A007Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A007Mapper;
import java.util.Collections;
import java.util.List;
@Service @Service
public class A007Service extends ServiceImpl<A007Mapper, A007> { public class A007Service extends ServiceImpl<A007Mapper, A007> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A008; import com.glxp.mipsdl.entity.cdxnnkyy.A008;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A008Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A008Mapper;
@Service @Service
public class A008Service extends ServiceImpl<A008Mapper, A008> { public class A008Service extends ServiceImpl<A008Mapper, A008> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A010detail; import com.glxp.mipsdl.entity.cdxnnkyy.A010detail;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A010detailMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A010detailMapper;
@Service @Service
public class A010detailService extends ServiceImpl<A010detailMapper, A010detail> { public class A010detailService extends ServiceImpl<A010detailMapper, A010detail> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A010head; import com.glxp.mipsdl.entity.cdxnnkyy.A010head;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A010headMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A010headMapper;
@Service @Service
public class A010headService extends ServiceImpl<A010headMapper, A010head> { public class A010headService extends ServiceImpl<A010headMapper, A010head> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A011detail; import com.glxp.mipsdl.entity.cdxnnkyy.A011detail;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A011detailMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A011detailMapper;
@Service @Service
public class A011detailService extends ServiceImpl<A011detailMapper, A011detail> { public class A011detailService extends ServiceImpl<A011detailMapper, A011detail> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A011head; import com.glxp.mipsdl.entity.cdxnnkyy.A011head;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A011headMapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A011headMapper;
@Service @Service
public class A011headService extends ServiceImpl<A011headMapper, A011head> { public class A011headService extends ServiceImpl<A011headMapper, A011head> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A013; import com.glxp.mipsdl.entity.cdxnnkyy.A013;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A013Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A013Mapper;
@Service @Service
public class A013Service extends ServiceImpl<A013Mapper, A013> { public class A013Service extends ServiceImpl<A013Mapper, A013> {

@ -1,10 +1,10 @@
package com.glxp.mipsdl.service.scpwxyy; package com.glxp.mipsdl.service.scpwxyy;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.glxp.mipsdl.entity.scpwxyy.A014; import com.glxp.mipsdl.entity.cdxnnkyy.A014;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import com.glxp.mipsdl.thirddao.scpwxyy.A014Mapper; import com.glxp.mipsdl.thirddao.cdxnnkyy.A014Mapper;
@Service @Service
public class A014Service extends ServiceImpl<A014Mapper, A014> { public class A014Service extends ServiceImpl<A014Mapper, A014> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A0006detail; import com.glxp.mipsdl.entity.cdxnnkyy.A0006detail;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A0006detailMapper extends BaseMapper<A0006detail> { public interface A0006detailMapper extends BaseMapper<A0006detail> {

@ -1,16 +1,15 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.ctqyy.VInsurNationGoodsPhysic; import com.glxp.mipsdl.entity.cdxnnkyy.A001;
import com.glxp.mipsdl.entity.scpwxyy.A001;
import com.glxp.mipsdl.req.base.UdiwmsUnitRequest; import com.glxp.mipsdl.req.base.UdiwmsUnitRequest;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
import java.util.List; import java.util.List;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A001Mapper extends BaseMapper<A001> { public interface A001Mapper extends BaseMapper<A001> {
List<A001> filterList(UdiwmsUnitRequest udiwmsUnitRequest); List<A001> filterList(UdiwmsUnitRequest udiwmsUnitRequest);
} }

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A003; import com.glxp.mipsdl.entity.cdxnnkyy.A003;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A003Mapper extends BaseMapper<A003> { public interface A003Mapper extends BaseMapper<A003> {
} }

@ -1,19 +1,16 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.glxp.mipsdl.entity.ctqyy.VYpzsPresInfo; import com.glxp.mipsdl.entity.cdxnnkyy.A004;
import com.glxp.mipsdl.entity.scpwxyy.A004;
import com.glxp.mipsdl.req.base.UdiwmsWarehouseRequest; import com.glxp.mipsdl.req.base.UdiwmsWarehouseRequest;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A004Mapper extends BaseMapper<A004> { public interface A004Mapper extends BaseMapper<A004> {
IPage<A004> filterList(Page<A004> page,@Param("udiwmsWarehouseRequest") UdiwmsWarehouseRequest udiwmsWarehouseRequest); IPage<A004> filterList(Page<A004> page,@Param("udiwmsWarehouseRequest") UdiwmsWarehouseRequest udiwmsWarehouseRequest);
} }

@ -1,13 +1,13 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A005; import com.glxp.mipsdl.entity.cdxnnkyy.A005;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A005Mapper extends BaseMapper<A005> { public interface A005Mapper extends BaseMapper<A005> {

@ -1,16 +1,16 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A006head; import com.glxp.mipsdl.entity.cdxnnkyy.A006head;
import com.glxp.mipsdl.req.base.UdiwmsOrderQueryRequest; import com.glxp.mipsdl.req.base.UdiwmsOrderQueryRequest;
import com.glxp.mipsdl.res.scwpxyy.A006headRespone; import com.glxp.mipsdl.res.cdxnnkyy.A006headRespone;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
import java.util.List; import java.util.List;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A006headMapper extends BaseMapper<A006head> { public interface A006headMapper extends BaseMapper<A006head> {
List<A006headRespone> filterList(UdiwmsOrderQueryRequest udiwmsOrderQueryRequest); List<A006headRespone> filterList(UdiwmsOrderQueryRequest udiwmsOrderQueryRequest);

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A007; import com.glxp.mipsdl.entity.cdxnnkyy.A007;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A007Mapper extends BaseMapper<A007> { public interface A007Mapper extends BaseMapper<A007> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A008; import com.glxp.mipsdl.entity.cdxnnkyy.A008;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A008Mapper extends BaseMapper<A008> { public interface A008Mapper extends BaseMapper<A008> {

@ -1,13 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A008; import com.glxp.mipsdl.entity.cdxnnkyy.A010detail;
import com.glxp.mipsdl.entity.scpwxyy.A010detail;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A010detailMapper extends BaseMapper<A010detail> { public interface A010detailMapper extends BaseMapper<A010detail> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A010head; import com.glxp.mipsdl.entity.cdxnnkyy.A010head;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A010headMapper extends BaseMapper<A010head> { public interface A010headMapper extends BaseMapper<A010head> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A011detail; import com.glxp.mipsdl.entity.cdxnnkyy.A011detail;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A011detailMapper extends BaseMapper<A011detail> { public interface A011detailMapper extends BaseMapper<A011detail> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A011head; import com.glxp.mipsdl.entity.cdxnnkyy.A011head;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A011headMapper extends BaseMapper<A011head> { public interface A011headMapper extends BaseMapper<A011head> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A013; import com.glxp.mipsdl.entity.cdxnnkyy.A013;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A013Mapper extends BaseMapper<A013> { public interface A013Mapper extends BaseMapper<A013> {

@ -1,12 +1,12 @@
package com.glxp.mipsdl.thirddao.scpwxyy; package com.glxp.mipsdl.thirddao.cdxnnkyy;
import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.glxp.mipsdl.entity.scpwxyy.A014; import com.glxp.mipsdl.entity.cdxnnkyy.A014;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
@DS("scpwxyySql") @DS("cdxnnkyySql")
public interface A014Mapper extends BaseMapper<A014> { public interface A014Mapper extends BaseMapper<A014> {

@ -10,7 +10,7 @@ spring:
username: root username: root
password: 123456 password: 123456
driver-class-name: com.p6spy.engine.spy.P6SpyDriver driver-class-name: com.p6spy.engine.spy.P6SpyDriver
scpwxyySql: cdxnnkyySql:
# jdbc-url: jdbc:oracle:thin:@192.168.10.8:1521/njxyy # jdbc-url: jdbc:oracle:thin:@192.168.10.8:1521/njxyy
# username: I_YPZS # username: I_YPZS
# password: zy02v4ys # password: zy02v4ys

@ -10,7 +10,7 @@ spring:
username: root username: root
password: Glxp@6066 password: Glxp@6066
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
scpwxyySql: cdxnnkyySql:
driver-class-name: oracle.jdbc.driver.OracleDriver driver-class-name: oracle.jdbc.driver.OracleDriver
url: jdbc:oracle:thin:@10.82.6.215:1521/pdborcl url: jdbc:oracle:thin:@10.82.6.215:1521/pdborcl
username: dtc username: dtc

@ -58,5 +58,9 @@
{ {
"code": "100014", "code": "100014",
"name": "四川平武县医院" "name": "四川平武县医院"
},
{
"code": "100015",
"name": "成都西南脑科医院"
} }
] ]

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A0006detailMapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A0006detailMapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A0006detail"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A0006detail">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a0006detail--> <!--@Table udi_wms_ywj.a0006detail-->
<id column="CODEFK" jdbcType="VARCHAR" property="codefk" /> <id column="CODEFK" jdbcType="VARCHAR" property="codefk" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A001Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A001Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A001"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A001">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a001--> <!--@Table udi_wms_ywj.a001-->
<id column="UNITID" jdbcType="VARCHAR" property="unitid"/> <id column="UNITID" jdbcType="VARCHAR" property="unitid"/>
@ -18,7 +18,7 @@
UNITID, `NAME`, LASTUPDATETIME, ADDR, CREDITNO, SPELL, CONTACT, MOBILE UNITID, `NAME`, LASTUPDATETIME, ADDR, CREDITNO, SPELL, CONTACT, MOBILE
</sql> </sql>
<select id="filterList" resultType="com.glxp.mipsdl.entity.scpwxyy.A001"> <select id="filterList" resultType="com.glxp.mipsdl.entity.cdxnnkyy.A001">
select * select *
from a001 from a001
<where> <where>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A003Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A003Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A003"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A003">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a003--> <!--@Table udi_wms_ywj.a003-->
<id column="CODE" jdbcType="VARCHAR" property="code" /> <id column="CODE" jdbcType="VARCHAR" property="code" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A004Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A004Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A004"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A004">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a004--> <!--@Table udi_wms_ywj.a004-->
<id column="CODE" jdbcType="VARCHAR" property="code" /> <id column="CODE" jdbcType="VARCHAR" property="code" />
@ -14,7 +14,7 @@
CODE, `NAME`, REMARK, DETAILS CODE, `NAME`, REMARK, DETAILS
</sql> </sql>
<select id="filterList" resultType="com.glxp.mipsdl.entity.scpwxyy.A004"> <select id="filterList" resultType="com.glxp.mipsdl.entity.cdxnnkyy.A004">
select * select *
from a004 from a004
<where> <where>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A005Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A005Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A005"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A005">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a005--> <!--@Table udi_wms_ywj.a005-->
<id column="CODE" jdbcType="VARCHAR" property="code" /> <id column="CODE" jdbcType="VARCHAR" property="code" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A006headMapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A006headMapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A006head"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A006head">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a006head--> <!--@Table udi_wms_ywj.a006head-->
<id column="CODEFK" jdbcType="VARCHAR" property="codefk"/> <id column="CODEFK" jdbcType="VARCHAR" property="codefk"/>
@ -31,7 +31,7 @@
</sql> </sql>
<select id="filterList" resultType="com.glxp.mipsdl.res.scwpxyy.A006headRespone"> <select id="filterList" resultType="com.glxp.mipsdl.res.cdxnnkyy.A006headRespone">
select * select *
from a006head from a006head
<where> <where>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A007Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A007Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A007"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A007">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a007--> <!--@Table udi_wms_ywj.a007-->
<id column="INVENTORYCODE" jdbcType="VARCHAR" property="inventorycode" /> <id column="INVENTORYCODE" jdbcType="VARCHAR" property="inventorycode" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A008Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A008Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A008"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A008">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a008--> <!--@Table udi_wms_ywj.a008-->
<id column="CODE" jdbcType="VARCHAR" property="code" /> <id column="CODE" jdbcType="VARCHAR" property="code" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A010detailMapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A010detailMapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A010detail"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A010detail">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a010detail--> <!--@Table udi_wms_ywj.a010detail-->
<id column="CODEFK" jdbcType="VARCHAR" property="codefk" /> <id column="CODEFK" jdbcType="VARCHAR" property="codefk" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A010headMapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A010headMapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A010head"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A010head">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a010head--> <!--@Table udi_wms_ywj.a010head-->
<id column="CODEFK" jdbcType="VARCHAR" property="codefk" /> <id column="CODEFK" jdbcType="VARCHAR" property="codefk" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A011detailMapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A011detailMapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A011detail"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A011detail">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a011detail--> <!--@Table udi_wms_ywj.a011detail-->
<id column="CODEFK" jdbcType="VARCHAR" property="codefk" /> <id column="CODEFK" jdbcType="VARCHAR" property="codefk" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A011headMapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A011headMapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A011head"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A011head">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a011head--> <!--@Table udi_wms_ywj.a011head-->
<id column="CODEFK" jdbcType="VARCHAR" property="codefk" /> <id column="CODEFK" jdbcType="VARCHAR" property="codefk" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A013Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A013Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A013"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A013">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a013--> <!--@Table udi_wms_ywj.a013-->
<result column="MED_LIST_CODG" jdbcType="VARCHAR" property="medListCodg" /> <result column="MED_LIST_CODG" jdbcType="VARCHAR" property="medListCodg" />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.glxp.mipsdl.thirddao.scpwxyy.A014Mapper"> <mapper namespace="com.glxp.mipsdl.thirddao.cdxnnkyy.A014Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A014"> <resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A014">
<!--@mbg.generated--> <!--@mbg.generated-->
<!--@Table udi_wms_ywj.a014--> <!--@Table udi_wms_ywj.a014-->
<result column="MED_LIST_CODG" jdbcType="VARCHAR" property="medListCodg" /> <result column="MED_LIST_CODG" jdbcType="VARCHAR" property="medListCodg" />
Loading…
Cancel
Save