管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-24 09b6ca0c60b882d6ba13bd7f7b37576203d93d3f
src/main/java/com/lf/server/service/show/ApplyService.java
@@ -1,7 +1,6 @@
package com.lf.server.service.show;
import com.lf.server.entity.show.ApplyEntity;
import com.lf.server.helper.StringHelper;
import com.lf.server.mapper.show.ApplyMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -66,4 +65,10 @@
    public Integer updates(List<ApplyEntity> list) {
        return applyMapper.updates(list);
    }
    public Integer insertApply(){
        return 0;
    }
}