package com.rnt.model.park;
import com.rnt.model.park.base.BaseInterfaceLog;
/**
* Generated by JFinal.
*/
@SuppressWarnings("serial")
public class InterfaceLog extends BaseInterfaceLog<InterfaceLog> {
public static final InterfaceLog dao = new InterfaceLog().dao();
}