java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,33 +1,45 @@
{
  "autoMove": true,
  "id": "detailId",
  "name": "attendanceClassesTaskDetail",
  "desc": "考勤任务明细",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "common",
  "tableName": "attendance_classes_task_detail",
  "id": "applyId",
  "name": "accountWithdrawalApply",
  "desc": "账户提现",
  "shareParam": "acctId",
  "shareColumn": "acct_id",
  "shareName": "acct",
  "tableName": "account_withdrawal_apply",
  "param": {
    "taskId": "task_id",
    "detailId": "detail_id",
    "specCd": "spec_cd",
    "statusCd": "status_cd",
    "value": "value",
    "checkTime": "check_time",
    "facePath": "face_path",
    "applyId": "apply_id",
    "acctId": "acct_id",
    "amount": "amount",
    "applyUserId": "apply_user_id",
    "applyUserName": "apply_user_name",
    "applyUserTel": "apply_user_tel",
    "context": "context",
    "state": "state",
    "remark": "remark",
    "storeId": "store_id"
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "taskId",
      "msg": "任务不能为空"
      "code": "acctId",
      "msg": "账户ID不能为空"
    },
    {
      "code": "storeId",
      "msg": "商户不能为空"
      "code": "amount",
      "msg": "提现金额不能为空"
    },
    {
      "code": "applyUserId",
      "msg": "申请人ID不能为空"
    },{
      "code": "applyUserName",
      "msg": "申请人名称不能为空"
    },{
      "code": "applyUserTel",
      "msg": "申请人电话不能为空"
    },{
      "code": "state",
      "msg": "申请状态不能为空"
    }
  ]
}
}