基础时间配置
"paymentDate": {
"editPropertie": {
"format": "yyyy-MM-dd"
},
"pagePropertie": {
"format": "yyyy-MM-dd"
},
"searchPropertie": {
"showMethod": "Text",
"showMethodOut": "U",
"format": "yyyy-MM-dd",
"isOriginal": false
}
},
完整时间配置
"columns": {
"bdStartDate": {
"tableId": 1,
"dataType": "datetime",
"name": "bd_start_date",
"alias": "bd_start_date",
"field": "bdStartDate",
"editPropertie": {
"format": "yyyy-MM-dd",
"showMethod": "Text",
"showMethodOut": "KV",
"isOriginal": false
},
"pagePropertie": {
"format": "yyyy-MM-dd",
"showMethod": "Text",
"showMethodOut": "KV",
"isOriginal": false
},
"isDate": true
},
"bdBbrDay": {
"tableId": 1,
"dataType": "datetime",
"name": "bd_bbr_day",
"alias": "bd_bbr_day",
"field": "bdBbrDay",
"isDate": true,
"editPropertie": {
"format": "yyyy-MM-dd",
"showMethod": "Text",
"showMethodOut": "KV",
"isOriginal": false
},
"pagePropertie": {
"format": "yyyy-MM-dd",
"showMethod": "Text",
"showMethodOut": "KV",
"isOriginal": false
}
}
}
postman显示结果案例
文档更新时间: 2022-09-18 13:25 作者:admin