This commit is contained in:
2018-01-07 16:08:59 +08:00
parent 173839b257
commit 9db8e5b2e8
30 changed files with 1443 additions and 0 deletions

View 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> {
}