package incheon.res.rdm.com.peracc.vo;

import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

@Getter
@Setter
public class RdmComPeraccVO extends RdmComPeracc implements Serializable {

	/** 착공계 검색 조건 */
	private String regDtSe;
	private String mngInstCdSe;
	private String stdgEmdCdSe;
	private String ymdTypSe;
	private String cstrnBgngYmdSe;
	private String cstrnEndYmdSe;
	private String bzentyNmSe;
	private String cstrnNmSe;
	private String roadDggPrcsSttsSe;
	private String roadDggMngNmSe;
	private String roadDggPrmsnNoSe;
	private String pageUnitSe;
	private String userAuthrtSe;
	private String ocpatPlcSe;
	private String exseStpoMnoSe;
	private String exseStpoSnoSe;
	private String sortOrderSe;
	private String cpfcDggBzentyNmSe;
	private String userNmSe;
	private String cstrnYmdSe;

	/** 권한조회 관리자여부 */
	private boolean mngYn;
}
