package com.changhong.epc.bean.tenant.system.budget.extend; import java.util.List; import lombok.Data; @Data public class BudgetOrgListExtend { private List cIdList; private List orgCodeList; private List parentOrgCodeList; }