shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,54 +1,29 @@
{
  "autoMove": true,
  "id": "detailId",
  "name": "accountBondObjDetail",
  "desc": "保证金明细",
  "shareParam": "detailId",
  "shareColumn": "detail_id",
  "shareName": "acct",
  "tableName": "account_bond_obj_detail",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "detailId": "detail_id",
    "bobjId": "bobj_id",
    "objId": "obj_id",
    "bondType": "bond_type",
    "receivableAmount": "receivable_amount",
    "receivedAmount": "received_amount",
    "remark": "remark",
    "state": "state",
    "startTime": "start_time",
    "endTime": "end_time",
    "createTime": "create_time",
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "bobjId",
      "msg": "保证金ID不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "objId",
      "msg": "保证对象ID类型不能为空"
    },
    {
      "code": "bondType",
      "msg": "保证对象类型不能为空"
    },{
      "code": "receivableAmount",
      "msg": "应收金额不能为空"
    },{
      "code": "receivedAmount",
      "msg": "实收金额不能为空"
    },
    {
      "code": "state",
      "msg": "状态不能为空"
    },{
      "code": "startTime",
      "msg": "开始时间不能为空"
    },{
      "code": "endTime",
      "msg": "结束时间不能为空"
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}
}