web端已基本完成
This commit is contained in:
@ -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 = "PromoCodeApply";
|
||||
private static final String ENTITY_NAME = "WithdrawalApply";
|
||||
// 表名
|
||||
private static final String TABLE_NAME = "promo_code_apply";
|
||||
private static final String TABLE_NAME = "withdrawal_apply";
|
||||
// 实体类属性名
|
||||
private static final String ENTITY_NAME_LOWER = "promoCodeApply";
|
||||
private static final String ENTITY_NAME_LOWER = "withdrawalApply";
|
||||
|
||||
// 父包名
|
||||
private static final String PARENT_PATH = "com.greenorange.promotion";
|
||||
|
Reference in New Issue
Block a user