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
| {
| "param": {
| "printNum": "print_num",
| "printId": "print_id",
| "num": "num",
| "statusCd": "status_cd",
| "remark": "remark",
| "communityId": "community_id",
| "printPre": "print_pre",
| "receiptId": "receipt_id"
| },
| "name": "feeReceiptPrint",
| "shareColumn": "community_id",
| "id": "printId",
| "shareName": "fee",
| "autoMove": true,
| "required": [
| {
| "msg": "小区ID不能为空",
| "code": "communityId"
| },
| {
| "msg": "收据ID不能为空",
| "code": "receiptId"
| },
| {
| "msg": "序号不能为空",
| "code": "num"
| }
| ],
| "desc": "收据打印编号",
| "shareParam": "communityId",
| "tableName": "fee_receipt_print"
| }
|
|