-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyinweilai.py
31 lines (28 loc) · 1.08 KB
/
yinweilai.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
workers = {'唐和玉': 'b1efa913d201871018b978db00f6303e',
'洪金英': '65a7410a8244a0b91e390af0f30cadae',
'徐朝之': '24e2893a693e01a5fe31ed0afef2dfd7',
'熊江秀': '942c34f986dab2bfec9e900bb756cd5e',
'关小艳': '92cefd3b2f1cc0a13d8f3ee771fc7e6e',
'沈建根': '3b6af61f753161c8e34bb22015b0bde5'
}
areas = {'唐和玉': ['1-1', '1-2'],
'洪金英': ['2-1', '2-2', '5-2'],
'徐朝之': ['3-1', '3-2'],
'熊江秀': ['4-1', '4-2'],
'关小艳': ['6-1', '7-1', '5-1'],
'沈建根': ['8-1', '8-2']
}
floorSet = {'1-1': [-2, 23, 0],
'1-2': [-2, 23, 0],
'2-1': [-2, 23, 0],
'2-2': [-2, 23, 0],
'3-1': [-2, 23, 0],
'3-2': [-2, 23, 0],
'4-1': [-2, 23, 0],
'4-2': [-2, 23, 0],
'5-1': [-2, 23, 0],
'5-2': [-2, 23, 0],
'6-1': [-2, 23, 0, -1],
'7-1': [-2, 23, 0, -1],
'8-1': [-2, 23, 0],
'8-2': [-2, 23, 0]}