专业
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user