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 字段
3 weeks ago
..
controller 质量任务新增接口 2 months ago
domain feat(qms): 为现有Qc 实体类添加删除标志字段 3 weeks ago
dubbo 质量检验任务提交 3 weeks ago
mapper 质量PDA获取工序病疵逻辑修改 1 month ago
service 质量PDA获取工序病疵逻辑修改 1 month ago
HwmomQmsApplication.java 质量管理模块代码提交(PDA接口) 5 months ago