|
@@ -560,7 +560,7 @@ class BuildingApi(Resource):
|
|
|
|
|
|
|
|
|
underlying_system = reqparse.RequestParser(bundle_errors=True)
|
|
|
-underlying_system.add_argument(name='picture', type=FileStorage, location='files', required=False, help='楼宇图片')
|
|
|
+underlying_system.add_argument(name='picture', type=FileStorage, location='files', required=False, help='底层信息系统图片')
|
|
|
|
|
|
|
|
|
@ns.route('/underlying_system')
|
|
@@ -570,7 +570,7 @@ class UnderlyingSystemMessageApi(Resource):
|
|
|
@ns.doc(id='underlying_system_list', description='获取底层系统')
|
|
|
@ns.expect()
|
|
|
def get(self):
|
|
|
- """获取底层系统"""
|
|
|
+ """获取底层信息系统"""
|
|
|
|
|
|
try:
|
|
|
with Session(current_app.engine) as session:
|