java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,91 +1,47 @@
{
  "autoMove": true,
  "id": "contractId",
  "name": "contract",
  "desc": "合同管理",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "store",
  "tableName": "contract",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_info_setting_title",
  "param": {
    "contractId": "contract_id",
    "contractCode": "contract_code",
    "contractName": "contract_name",
    "contractType": "contract_type",
    "objType": "obj_type",
    "objId": "obj_id",
    "partyA": "party_a",
    "partyB": "party_b",
    "aContacts": "a_contacts",
    "aLink": "a_link",
    "bContacts": "b_contacts",
    "bLink": "b_link",
    "operator": "operator",
    "operatorLink": "operator_link",
    "amount": "amount",
    "startTime": "start_time",
    "endTime": "end_time",
    "signingTime": "signing_time",
    "storeId": "store_id",
    "state": "state",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "contractCode",
      "msg": "合同编码不能为空"
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "contractName",
      "msg": "合同名称不能为空"
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "contractType",
      "msg": "合同类型不能为空"
      "code": "title",
      "msg": "用户规格不能为空"
    },
    {
      "code": "partyA",
      "msg": "甲方不能为空"
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "partyB",
      "msg": "乙方不能为空"
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "aContacts",
      "msg": "甲方联系人不能为空"
    },
    {
      "code": "aLink",
      "msg": "甲方联系电话不能为空"
    },
    {
      "code": "bContacts",
      "msg": "乙方联系人不能为空"
    },
    {
      "code": "bLink",
      "msg": "乙方联系电话不能为空"
    },
    {
      "code": "operator",
      "msg": "经办人不能为空"
    },
    {
      "code": "operatorLink",
      "msg": "经办人联系电话不能为空"
    },
    {
      "code": "startTime",
      "msg": "开始时间不能为空"
    },
    {
      "code": "endTime",
      "msg": "结束时间不能为空"
    },
    {
      "code": "signingTime",
      "msg": "签订时间不能为空"
      "code": "communityId",
      "msg": "用户规格不能为空"
    }
  ]
}
}