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