加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
db_init.json 6.15 KB
一键复制 编辑 原始数据 按行查看 历史
{
"company": {
"data": [
{
"_id": "5e35a55bf2638a004d304c5f",
"compname": "资产与实验室管理",
"contacts": "童星111",
"cpaddress": "XXX地址",
"cplogo": "",
"desc": "1231",
"jname": "资产管理部",
"tel": "联系电话",
"_ids": "100001",
"indexs": "1",
"create_time":""
}
]
},
"department": {
"data": [
{
"_id": "60eedfbbf183a00001e63215",
"_ids": "0010",
"company": {
"_id": "5e35a55bf2638a004d304c5f",
"compname": "资产与实验室管理",
"contacts": "童星111",
"cpaddress": "XXX地址",
"cplogo": "",
"desc": "1231",
"jname": "资产管理部",
"tel": "联系电话",
"_ids": "100001",
"indexs": "1"
},
"compid": "5e35a55bf2638a004d304c5f",
"section": "只干饭",
"desc": "001",
"indexs": "1"
}
]
},
"materDetail": {
"data": [
{
"_id": "5e3c5f5e8921b1004d00cb3a",
"bar_code_number": "",
"calcNum": -4,
"detail_balance": -1,
"manufacturer": "",
"mat_des": "",
"mat_img": "",
"mat_number": "4",
"mat_title": "酒精",
"materMain_id": "5e3c5f5efdaa4e004df52bd4",
"materModel_id": "5e3aaada879518004d7eb740",
"model": "500ml/瓶",
"types_id": "5e3c542080909a004e07ce8b",
"unit": ""
}
]
},
"materMain": {
"data": [
{
"_id": "5e3c5f5efdaa4e004df52bd4",
"check_time": "",
"create_time": 1581014877000,
"detail_balance": -1,
"fj_img": [
"https://bsppub.oss-cn-shanghai.aliyuncs.com/VKCEYUGU-uni-xinguan2020-storage/312436b0-4911-11ea-8d24-cbdd26c7847b.png"
],
"materOperCom": "第一人民医院",
"materOperComJson": {
"_id": "5e35a55bf2638a004d304c5f",
"_ids": "1001",
"compname": "第一人民医院",
"contacts": "联系人",
"cpaddress": "XXX地址",
"cplogo": "",
"desc": "",
"indexs": "1",
"jname": "协和医院",
"tel": "联系电话"
},
"materOperDept": "儿保科",
"materOperDeptJson": {
"_id": "5e35a59dfdaa4e004df52145",
"compid": "5e35a55bf2638a004d304c5f",
"desc": "",
"section": "儿保科"
},
"materOperType": "20",
"materOperUer": "超级管理员",
"materOperUerJson": {
"_id": "5e39370467e166004da42534",
"_ids": "0001",
"sname": "超级管理员"
},
"materShowType": "2001",
"relationCom": "",
"relationComJson": "",
"relationDept": "",
"relationDeptJson": "",
"relationPhone": "",
"relationUser": "",
"relationUserJson": "",
"serialNumber": "C1581014878000",
"status": "1099",
"total_Nums": "0444"
}
]
},
"materModel": {
"data": [
{
"_id": "5e3aaada879518004d7eb740",
"_ids": "1001",
"bar_code_number": "12345",
"manufacturer": "上海",
"mat_des": "",
"mat_img": "https://bsppub.oss-cn-shanghai.aliyuncs.com/VKCEYUGU-uni-xinguan2020-storage/79fe27e0-8842-11ea-8a36-ebb87efcf8c0.png",
"mat_number": 956,
"mat_title": "N95防护口罩(医用口罩)GB19083",
"materType": {
"_id": "5e48d606f2638a004d306ab1",
"_ids": "1007",
"desc": "备注备注111",
"indexs": "ppppppp",
"titles": "一次性用品"
},
"model": "10只/盒",
"types_id": "5e48d606f2638a004d306ab1",
"unit": "只"
}
]
},
"materialtype": {
"data": [
{
"_id": "5e3c542080909a004e07ce8b",
"_ids": "1001",
"desc": "11111冬季的经济学家中",
"indexs": "0",
"titles": "口罩/面罩"
}
]
},
"user": {
"data": [
{
"_id": "5e39370467e166004da42534",
"photo": "https://bsppub.oss-cn-shanghai.aliyuncs.com/VKCEYUGU-b3937dbf-440f-4edb-9348-0df4ec4acd55/28607b03-38a6-4f4c-8017-08dad41b478d.jpg",
"_ids":"",//用户编号
"photo": "", // string 图片url地址
"username": "", // string 用户
"company":"",//string 所属单位 JSON
"section":"",//所属部门 JSON
"password": "", // string 密码(禁止明文)
"wx_open_id": "", // string 关联微信openid 用户code 换取
"id_card": "", // string 身份证号,需验证符合规则
"sname": "", // string 不能为空
"phone": "", // string 不能为空,需验证符合规则
"age": 18, // int
"sex": 0, // int (0, 1, 2未知)
"status": 0, // int 0正常 1冻结
"permission": 0, //int 默认09超级管理员, 1普通管理员, 0普通
"power":"", //string 权限。("1,3,4,5")权限字符
"create_time": 0,// 时间戳 GMT
"create_ip": "",// 注册 ip
"desc":""
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化