处理控制系统参数丢失问题
This commit is contained in:
@@ -22,6 +22,7 @@ class MachineControlSystem(models.Model):
|
||||
|
||||
code = fields.Char('编码', size=10)
|
||||
name = fields.Char('名称')
|
||||
remark = fields.Char('备注')
|
||||
brand_id = fields.Many2one('sf.machine.brand', '品牌')
|
||||
active = fields.Boolean('有效', default=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user