dto與po轉換類

/** * dto與po轉換類 * @author neuq * */ public class TransUtil { /** * dto2po */ public static void dto2po(Object dto,Object po){ if(dto==null){ return; } Field[] fields=dto.getClass().
相關文章
相關標籤/搜索