java110
2021-04-02 c9fe62bdaa3e88efe9cfa1a1a9eae70c56cd359b
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,19 +1,20 @@
{
  "autoMove": true,
  "id": "attrId",
  "name": "contractChangePlanDetailAttr",
  "desc": "合同变更属性",
  "id": "planId",
  "name": "contractCollectionPlan",
  "desc": "合同收款计划",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "store",
  "tableName": "contract_change_plan_detail_attr",
  "tableName": "contract_collection_plan",
  "param": {
    "storeId": "store_id",
    "detailId": "detail_id",
    "planId": "plan_id",
    "contractId": "contract_id",
    "attrId": "attr_id",
    "specCd": "spec_cd",
    "value": "value",
    "planName": "plan_name",
    "feeId": "fee_id",
    "feeName": "fee_name",
    "remark": "remark",
    "statusCd": "status_cd"
  },
  "required": [
@@ -22,16 +23,16 @@
      "msg": "合同ID不能为空"
    },
    {
      "code": "detailId",
      "msg": "变更明细不能为空"
      "code": "feeId",
      "msg": "费用不能为空"
    },
    {
      "code": "storeId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "specCd",
      "msg": "用户规格不能为空"
      "code": "planName",
      "msg": "收款计划名称不能为空"
    }
  ]
}