9 lines
234 B
JavaScript
Raw Permalink Normal View History

2025-12-19 09:46:56 +08:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const useModel = {
showData: common_vendor.ref({}),
userHouse: common_vendor.ref([]),
arrearageHouses: common_vendor.ref([])
};
exports.useModel = useModel;