| 类 | 说明 |
|---|---|
| CrudService<Dao extends CrudDao<Entity>,Entity> |
通用service
|
| DateFillInsert |
insert时的字段填充
在做insert操作时,如果表里面有gmt_create字段,则自动填充时间 |
| DateFillUpdate |
update时的字段填充
在做insert或update操作时,如果表里面有gmt_update字段,则自动填充时间 |
| PageEasyui<Entity> |
支持easyui表格的json结果
{"total":28,"rows":[{...},{...}]} |
Copyright © 2018. All Rights Reserved.