package com.cku.oa.dog.vo;

import com.cku.oa.dog.entity.DogPedigreeCertifiedChange;

public class DogPedigreeCertifiedChangeVO extends DogPedigreeCertifiedChange {

	private static final long serialVersionUID = 1L;

	// 附件属性 是否有退款或退款中
	private boolean businessRefundState;

	public boolean isBusinessRefundState() {
		return businessRefundState;
	}

	public void setBusinessRefundState(boolean businessRefundState) {
		this.businessRefundState = businessRefundState;
	}

}