结算记录
This commit is contained in:
@ -145,7 +145,6 @@ public class ProjectController {
|
||||
// return ResultUtils.success(true);
|
||||
// }
|
||||
|
||||
|
||||
/**
|
||||
* web端管理员根据id查询项目
|
||||
* @param commonRequest 项目查询请求体
|
||||
|
@ -27,13 +27,13 @@ public class Generator {
|
||||
// 作者
|
||||
private static final String AUTHOR = "chenxinzhi";
|
||||
// 表注释
|
||||
private static final String TABLE_COMMENT = "下级用户项目明细抽佣";
|
||||
private static final String TABLE_COMMENT = "资金变动记录";
|
||||
// 实体类名
|
||||
private static final String ENTITY_NAME = "SubUserProjectCommission";
|
||||
private static final String ENTITY_NAME = "FundsChange";
|
||||
// 表名
|
||||
private static final String TABLE_NAME = "sub_user_project_commission";
|
||||
private static final String TABLE_NAME = "funds_change";
|
||||
// 实体类属性名
|
||||
private static final String ENTITY_NAME_LOWER = "subUserProjectCommission";
|
||||
private static final String ENTITY_NAME_LOWER = "fundsChange";
|
||||
|
||||
// 父包名
|
||||
private static final String PARENT_PATH = "com.greenorange.promotion";
|
||||
|
Reference in New Issue
Block a user