修改:渲染软件接口图

This commit is contained in:
2026-02-04 17:08:46 +08:00
parent 007712c63c
commit a2781c902a
36 changed files with 21 additions and 3 deletions

View File

@@ -530,4 +530,4 @@ class StuctSortData(CoreModel):
verbose_name_plural = verbose_name
def __str__(self):
return f"{self.soft_summary} - 结构排序化数据:({self.pk})"
return f"结构排序化数据:({self.pk})"