java110
2021-05-02 65ae2fe39c6e52bfefd6a9e6dd8083a178c37b54
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "autoMove": true,
  "id": "detailId",
  "name": "accountDetail",
  "desc": "账户交易",
  "shareParam": "objId",
  "shareColumn": "obj_id",
  "shareName": "acct",
  "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_ACCT_DETAIL",
  "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_ACCT_DETAIL",
  "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_ACCT_DETAIL",
  "newBusinessTypeCdValue": "121100030002",
  "updateBusinessTypeCdValue": "121100040002",
  "deleteBusinessTypeCdValue": "121100050002",
  "businessTableName": "business_account_detail",
  "tableName": "account_detail",
  "param": {
    "detailId": "detail_id",
    "acctId": "acct_id",
    "detailType": "detail_type",
    "bId": "b_id",
    "relAcctId": "rel_acct_id",
    "amount": "amount",
    "objType": "obj_type",
    "objId": "obj_id",
    "orderId": "order_id",
    "remark": "remark",
    "statusCd": "status_cd",
    "operate": "operate"
  },
  "required": [
    {
      "code": "acctId",
      "msg": "账户不能为空"
    },
    {
      "code": "detailType",
      "msg": "类型不能为空"
    },
    {
      "code": "amount",
      "msg": "账户金额不能为空"
    },
    {
      "code": "objId",
      "msg": "账户对象不能为空"
    }
  ]
}