import RmbbopCheck from "../../../../components/business/rmb/rmbbop/model/check"; import moment from "moment"; export default function () { return { ...new RmbbopCheck(this).check, "bedgrp.blk.setinsbe": [ {type: "string", required: true, message: "This field is mandatory"}, ], "bedgrp.blk.benref": [ {type: "string", required: true, message: "This field is mandatory"}, ], } }