java110
2021-11-24 59d4ac771099844721d4fe0b2ff6f3ac28162099
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
  "templateKeyName": "商家购买记录表ID",
  "templateName": "商家购买记录表",
  "columns": [
    {
      "hasDefaultValue": false,
      "limitParam": "30",
      "code": "detailId",
      "limitErrInfo": "记录ID不能超过30",
      "cnCode": "记录ID",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,记录ID"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "30",
      "code": "poolId",
      "limitErrInfo": "优惠券不能超过30",
      "cnCode": "优惠券",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,优惠券"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "30",
      "code": "shopId",
      "limitErrInfo": "店铺ID不能超过30",
      "cnCode": "店铺ID",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,店铺ID"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "64",
      "code": "couponName",
      "limitErrInfo": "优惠券名称不能超过64",
      "cnCode": "优惠券名称",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,优惠券名称"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "10",
      "code": "actualPrice",
      "limitErrInfo": "面值不能超过10",
      "cnCode": "面值",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,面值"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "10",
      "code": "buyPrice",
      "limitErrInfo": "购买价格不能超过10",
      "cnCode": "购买价格",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,购买价格"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "10",
      "code": "amount",
      "limitErrInfo": "付款金额不能超过10",
      "cnCode": "付款金额",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,付款金额"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "20",
      "code": "buyCount",
      "limitErrInfo": "购买数量不能超过20",
      "cnCode": "购买数量",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,购买数量"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "20",
      "code": "validityDay",
      "limitErrInfo": "有效期不能超过20",
      "cnCode": "有效期",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,有效期"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "`detail_id`",
      "code": "primary",
      "limitErrInfo": "primary不能超过`detail_id`",
      "cnCode": "primary",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "primary"
    }
  ],
  "searchName": "商家购买记录表ID",
  "directories": "admin",
  "searchCode": "detailId",
  "templateCode": "couponDetail",
  "conditions": [
    {
      "whereCondition": "equal",
      "code": "poolId",
      "name": "优惠券",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "shopId",
      "name": "店铺ID",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "validityDay",
      "name": "有效期",
      "inputType": "input"
    }
  ],
  "templateKey": "detailId"
}