You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangchenhao 88667110b4 feat(qms): 为现有Qc 实体类添加删除标志字段
- 在 QcDefectDetail、QcDefectInfo、QcDynamicStandard、QcGradeInfo、QcInspectionItems、  QcInspectionRules、QcInspectionTask、QcLevelInfo、QcRevisionInfo 和 QcRimInfo 类中添加 delFlag 字段
— 同时在数据库中添加字段 del_flag(char 类型(1))默认为 0
- 使用 @TableLogic 注解标记删除逻辑字段
- 删除标志字段用于软删除,0 代表存在,2 代表删除
- 移除了 QcGradeInfo 类中的多余 attr1 字段
2 weeks ago
..
.mvn/wrapper 质量管理模块代码提交 5 months ago
src/main feat(qms): 为现有Qc 实体类添加删除标志字段 2 weeks ago
.gitattributes 质量管理模块代码提交 5 months ago
.gitignore 质量管理模块代码提交 5 months ago
mvnw 质量管理模块代码提交 5 months ago
mvnw.cmd 质量管理模块代码提交 5 months ago
pom.xml 质量管理模块代码提交(PDA接口) 4 months ago