// 将常用的值储存成常量,防止重复使用写错
export const WHETHER_LIST = [
{ id: "0", name: "否" },
{ id: "1", name: "是" },
];