坯料冗余新增描述字段

This commit is contained in:
guanhuan
2025-03-26 14:32:53 +08:00
parent 236158d556
commit 6a70f3b88a
3 changed files with 4 additions and 0 deletions

View File

@@ -421,3 +421,4 @@ class EmbryoRedundancy(models.Model):
width = fields.Float('宽度(mm)', required=True)
height = fields.Float('高度(mm)', required=True)
active = fields.Boolean('有效', default=True)
remark = fields.Char('描述')