Added shopfloorbatch API

pull/44/head
YangZhang-GitHub 2021-05-19 15:57:13 +08:00
parent 1a9b73f092
commit fb8285c8df
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ from reports import shopfloorenergyitem
from reports import shopfloorload from reports import shopfloorload
from reports import shopfloorsaving from reports import shopfloorsaving
from reports import shopfloorstatistics from reports import shopfloorstatistics
from reports import shopfloorbatch
from reports import spaceefficiency from reports import spaceefficiency
from reports import spacecost from reports import spacecost
from reports import spaceenergycategory from reports import spaceenergycategory
@ -561,6 +562,8 @@ api.add_route('/reports/shopfloorsaving',
shopfloorsaving.Reporting()) shopfloorsaving.Reporting())
api.add_route('/reports/shopfloorstatistics', api.add_route('/reports/shopfloorstatistics',
shopfloorstatistics.Reporting()) shopfloorstatistics.Reporting())
api.add_route('/reports/shopfloorbatch',
shopfloorbatch.Reporting())
api.add_route('/reports/spacecost', api.add_route('/reports/spacecost',
spacecost.Reporting()) spacecost.Reporting())
api.add_route('/reports/spaceefficiency', api.add_route('/reports/spaceefficiency',