ludc
2023-08-02 2b436dd385bf7f5df9855b75cfb89b93eae1bf6e
Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/wrapper/DockingPreClassifyWrapper.java
文件名从 Source/UBCS/ubcs-service/ubcs-webservice/src/main/java/com/vci/ubcs/code/webservice/wrapper/DockingPreClassifyWrapper.java 修改
@@ -1,8 +1,8 @@
package com.vci.ubcs.code.webservice.wrapper;
package com.vci.ubcs.code.applyjtcodeservice.wrapper;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import com.vci.ubcs.code.webservice.entity.DockingPreClassify;
import com.vci.ubcs.code.webservice.vo.DockingPreClassifyVO;
import com.vci.ubcs.code.applyjtcodeservice.entity.DockingPreClassify;
import com.vci.ubcs.code.applyjtcodeservice.vo.DockingPreClassifyVO;
import org.springblade.core.mp.support.BaseEntityWrapper;
import org.springblade.core.tool.utils.BeanUtil;