Blame view

src/main/java/com/rnt/model/park/InterfaceLog.java 274 Bytes
e80df919   atao   init
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();
  }