From 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 16 六月 2021 16:39:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-generator/src/main/resources/newBack/template_1.json | 58 ++++++++++++++++++++++++++++++++++------------------------
1 files changed, 34 insertions(+), 24 deletions(-)
diff --git a/java110-generator/src/main/resources/newBack/template_1.json b/java110-generator/src/main/resources/newBack/template_1.json
index 273e5f9..6ae8692 100755
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,35 +1,45 @@
{
"autoMove": true,
- "id": "pfId",
- "name": "reportOwnerPayFee",
- "desc": "涓氫富缂磋垂鏄庣粏",
- "shareParam": "communityId",
- "shareColumn": "community_id",
- "shareName": "report",
- "tableName": "report_owner_pay_fee",
+ "id": "applyId",
+ "name": "accountWithdrawalApply",
+ "desc": "璐︽埛鎻愮幇",
+ "shareParam": "acctId",
+ "shareColumn": "acct_id",
+ "shareName": "acct",
+ "tableName": "account_withdrawal_apply",
"param": {
- "pfId": "pf_id",
- "pfYear": "pf_year",
- "pfMonth": "pf_month",
- "pfDate": "pf_date",
- "communityId": "community_id",
- "ownerId": "owner_id",
- "ownerName": "owner_name",
- "objName": "obj_name",
- "objType": "obj_type",
- "objId": "obj_id",
- "detailId": "detail_id",
- "configId": "config_id",
- "configName": "config_name",
- "feeId": "fee_id",
- "feeName": "fee_name",
+ "applyId": "apply_id",
+ "acctId": "acct_id",
"amount": "amount",
+ "applyUserId": "apply_user_id",
+ "applyUserName": "apply_user_name",
+ "applyUserTel": "apply_user_tel",
+ "context": "context",
+ "state": "state",
+ "createTime": "create_time",
"statusCd": "status_cd"
},
"required": [
{
- "code": "pfId",
- "msg": "缂磋垂ID涓嶈兘涓虹┖"
+ "code": "acctId",
+ "msg": "璐︽埛ID涓嶈兘涓虹┖"
+ },
+ {
+ "code": "amount",
+ "msg": "鎻愮幇閲戦涓嶈兘涓虹┖"
+ },
+ {
+ "code": "applyUserId",
+ "msg": "鐢宠浜篒D涓嶈兘涓虹┖"
+ },{
+ "code": "applyUserName",
+ "msg": "鐢宠浜哄悕绉颁笉鑳戒负绌�"
+ },{
+ "code": "applyUserTel",
+ "msg": "鐢宠浜虹數璇濅笉鑳戒负绌�"
+ },{
+ "code": "state",
+ "msg": "鐢宠鐘舵�佷笉鑳戒负绌�"
}
]
}
\ No newline at end of file
--
Gitblit v1.8.0