7 lines
105 B
Python
7 lines
105 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
class ReportServiceException(Exception):
|
|
"""报表服务异常"""
|
|
pass
|