Commit d9234456 authored by lcn's avatar lcn

测试一下

parent 9b02f7be
......@@ -268,7 +268,7 @@ class ElecIndex(Model):
@dataclass
class ElecIndexResponse(Model):
"""指标统计-常规参数+电能质量"""
"""指标统计-常规参数+电能质量test"""
ctnum: int = Opt(Int('二表法 | 三表法').eg(3))
common_indexes: list = Opt(List('常规参数统计列表').items(ElecIndex))
elec_qual_indexes: list = Opt(List('电能质量统计列表').items(ElecIndex))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment