V19meventgrp.java 171 Bytes
Newer Older
TongZuu committed
1 2 3 4 5 6 7 8 9
package com.csc.library.databean;

public class V19meventgrp extends Meventgrp {
	public V19meventgrp() {
		super();
			this.setActualName("V19meventgrp");
	}

}