|
|
|
@ -12,7 +12,7 @@ import org.springframework.stereotype.Component;
|
|
|
|
|
import cokr.xit.base.file.FileInfo;
|
|
|
|
|
import cokr.xit.base.file.dao.FileMapper;
|
|
|
|
|
import cokr.xit.base.file.service.FileQuery;
|
|
|
|
|
import cokr.xit.foundation.AbstractComponent;
|
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
|
|
|
|
|
/**파일 정보 Bean
|
|
|
|
@ -49,7 +49,7 @@ import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
* @author mjkhan
|
|
|
|
|
*/
|
|
|
|
|
@Component("fileBean")
|
|
|
|
|
public class FileBean extends AbstractComponent {
|
|
|
|
|
public class FileBean extends AbstractBean {
|
|
|
|
|
@Resource(name = "fileMapper")
|
|
|
|
|
private FileMapper fileMapper;
|
|
|
|
|
|
|
|
|
|