mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cn.lihongjie.coal.employeeRecord.dto;
|
||||
|
||||
import cn.lihongjie.coal.base.dto.OrgCommonDto;
|
||||
import cn.lihongjie.coal.employee.dto.EmployeeDto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@@ -11,7 +12,7 @@ import org.hibernate.annotations.Formula;
|
||||
public class EmployeeRecordDto extends OrgCommonDto {
|
||||
|
||||
|
||||
private String employee;
|
||||
private EmployeeDto employee;
|
||||
|
||||
@Comment("记录时间")
|
||||
private java.time.LocalDateTime recordTime;
|
||||
|
||||
Reference in New Issue
Block a user