feat(mes/eqp): 为设备巡检记录新增巡检照片字段
- 在EqpEquipmentInspectionRecord实体类、Bo和Vo中新增photo字段,用于存储以英文逗号分隔的巡检照片URL - 在EqpEquipmentInspectionRecordMapper.xml中映射photo字段到数据库查询结果 - 在EqpEquipmentInspectionRecordServiceImpl的查询条件中增加对photo字段的过滤支持
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<result property="inspector" column="inspector"/>
|
||||
<result property="abnormalDesc" column="abnormal_desc"/>
|
||||
<result property="remark" column="remark"/>
|
||||
<result property="photo" column="photo"/>
|
||||
<result property="createBy" column="create_by"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
<result property="updateBy" column="update_by"/>
|
||||
|
||||
Reference in New Issue
Block a user