.
This commit is contained in:
11
src/main/java/com/lxyer/model/ActLog.java
Normal file
11
src/main/java/com/lxyer/model/ActLog.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.lxyer.model;
|
||||
|
||||
import com.lxyer.model.base.BaseActLog;
|
||||
|
||||
/**
|
||||
* Generated by JFinal.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class ActLog extends BaseActLog<ActLog> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user