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

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

}