refactor(domain): 重构拉伸检验细节实体的弯曲试验

- 将 bendTest90 字段重命名为 bendTest,统一弯曲试验结果字段
- 将 bendTest180 字段重命名为 bendTestReverse,明确表示反向弯曲试验
- 更新数据库映射文件中的字段映射关系
- 修改服务层查询条件中对应的字段引用
- 更新 Excel 导出注解中的字段描述和值映射
This commit is contained in:
2026-06-13 14:34:24 +08:00
parent 92ad229104
commit 9559e5810e
5 changed files with 18 additions and 18 deletions

View File

@@ -31,8 +31,8 @@
<result property="coatingWeightBottom" column="coating_weight_bottom"/>
<result property="coatingWeightAvg" column="coating_weight_avg"/>
<result property="roughness" column="roughness"/>
<result property="bendTest90" column="bend_test_90"/>
<result property="bendTest180" column="bend_test_180"/>
<result property="bendTest" column="bend_test"/>
<result property="bendTestReverse" column="bend_test_reverse"/>
<result property="bendTestDirection" column="bend_test_direction"/>
<result property="cuppingValue" column="cupping_value"/>
<result property="surfaceStructure" column="surface_structure"/>