FlowEventVo.java
338 Bytes
package com.viontech.fanxing.commons.vo;
import com.viontech.fanxing.commons.model.FlowEvent;
import com.viontech.fanxing.commons.vobase.FlowEventVoBase;
public class FlowEventVo extends FlowEventVoBase {
public FlowEventVo() {
super();
}
public FlowEventVo(FlowEvent flowEvent) {
super(flowEvent);
}
}