1 2 3 4 5 6 7 8 9 10 11
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(); }