This commit is contained in:
zt
2025-09-28 20:03:36 +08:00
parent 3d3df16817
commit cbf4b3b22e

View File

@ -84,12 +84,12 @@ public class QltQualityConstructionLogVo implements Serializable {
* 创建者 * 创建者
*/ */
@ExcelProperty(value = "创建者") @ExcelProperty(value = "创建者")
private String createBy; private Long createBy;
/** /**
* 创建者名称 * 创建者名称
*/ */
@Translation(type = TransConstant.USER_ID_TO_NICKNAME) @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "createBy")
private String createByName; private String createByName;
/** /**