This commit is contained in:
aozhiwei 2022-01-11 15:06:32 +08:00
parent 06729884d2
commit a869693188

View File

@ -27,7 +27,7 @@ class Attr(object):
def __init__(self):
self.fields = [
['attr_id', 0, '属性id'],
['type', 0, '0: 绝对值 1:百分比'],
['type', 0, '1: 绝对值 2:百分比'],
['val', 0, '属性值'],
]
@ -36,7 +36,7 @@ class AttrDesc(object):
def __init__(self):
self.fields = [
['attr_id', 0, '属性id'],
['type', 0, '0: 绝对值 1:百分比'],
['type', 0, '1: 绝对值 2:百分比'],
['val', 0, '属性值'],
]