company 属性

company 属性

获取或设置 company 属性。

定义:

@property
def company(self):
    ...
@company.setter
def company(self, value):
    ...

也可以看看