料袋末尾检测
This commit is contained in:
@ -8,6 +8,8 @@ class LineModel:
|
||||
def __init__(self,index=9):
|
||||
self.id = index
|
||||
self.name = '未定义'
|
||||
#1基础点 2 码垛点 默认码垛点
|
||||
self.line_category=1
|
||||
self.positions = []
|
||||
self.section = f'{Constant.feedLine_set_section}{index}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user