shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,34 +1,29 @@
{
  "autoMove": true,
  "id": "settingId",
  "name": "systemGoldSetting",
  "desc": "金币设置",
  "shareParam": "settingId",
  "shareColumn": "settingId",
  "shareName": "acct",
  "tableName": "system_gold_setting",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "settingId": "setting_id",
    "goldName": "gold_name",
    "goldType": "gold_type",
    "buyPrice": "buy_price",
    "usePrice": "use_price",
    "validity": "validity",
    "state": "state",
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "buyPrice",
      "msg": "购买价不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "usePrice",
      "msg": "使用价不能为空"
    },
    {
      "code": "validity",
      "msg": "有效期不能为空"
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}
}