whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.fgkj.mapper.impl;
 
import com.fgkj.dto.User_inf;
import com.fgkj.fbo.FboData;
import com.fgkj.fbo.FboDataInf;
 
import java.util.ArrayList;
 
import org.springframework.stereotype.Repository;
 
public interface FboDataUploadMapper {
 
    public  boolean uploadFboData(User_inf uinf, int bg_id,
            FboDataInf data_inf, ArrayList<FboData> al_fbo_data,
            String[] row_data, Boolean bl) ;
}