Parcourir la source

修改无用代码import

syh il y a 5 ans
Parent
commit
e4a14a0a0a

+ 0 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/service/impl/PerformanceServiceImpl2.java

@@ -1,6 +1,5 @@
 package org.jeecg.modules.system.service.impl;
 
-import cn.com.ctop.common.module.entity.MaterialInfo;
 import cn.com.ctop.performanceappraisal.entity.Performance;
 import cn.com.ctop.performanceappraisal.mapper.PerformanceMapper;
 import cn.com.ctop.planeprojectcost.entity.PlaneProjectCost;
@@ -8,7 +7,6 @@ import cn.com.ctop.planeprojectcost.mapper.PlaneProjectCostMapper;
 import cn.com.ctop.userefficientvideomap.entity.*;
 import cn.com.ctop.userefficientvideomap.mapper.UserEfficientVideoMapMapper;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import com.sun.xml.internal.rngom.digested.DZeroOrMorePattern;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.shiro.SecurityUtils;
 import org.jeecg.common.system.vo.LoginUser;