Mdocument_formula.java 609 Bytes
Newer Older
TongZuu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/*
 * Created on 24 ¡.¾. 2549
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package com.csc.library.databean;

import com.csc.library.utilities.MyLog;
import com.csc.library.session.RecordCmp;

/**
 * @author SassyBoy100
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class Mdocument_formula extends RecordCmp{
	
	public Mdocument_formula() {
		super("Mdocument_formula", "Document Formula Table");		
	}
}