1`
This commit is contained in:
parent
06729884d2
commit
a869693188
@ -27,7 +27,7 @@ class Attr(object):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['attr_id', 0, '属性id'],
|
['attr_id', 0, '属性id'],
|
||||||
['type', 0, '0: 绝对值 1:百分比'],
|
['type', 0, '1: 绝对值 2:百分比'],
|
||||||
['val', 0, '属性值'],
|
['val', 0, '属性值'],
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ class AttrDesc(object):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['attr_id', 0, '属性id'],
|
['attr_id', 0, '属性id'],
|
||||||
['type', 0, '0: 绝对值 1:百分比'],
|
['type', 0, '1: 绝对值 2:百分比'],
|
||||||
['val', 0, '属性值'],
|
['val', 0, '属性值'],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user