const checkers = [
{
type: 'data',
action: 'create',
entity: 'wechatQrCode',
checker: (data) => {
},
}
];
export default checkers;