package incheon.res.rdm.com.digsize.service;

import incheon.res.rdm.com.digsize.vo.RdmComDigsizeVO;

import java.util.List;



public interface RdmComDigsizeService {

	List selectDigsizeList(RdmComDigsizeVO vo) throws Exception;

	List selectDigsizeList_2(RdmComDigsizeVO vo) throws Exception;
}