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

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