This commit is contained in:
2024-03-18 15:05:37 +08:00
parent 6172f445a7
commit 2a662cefdc

View File

@@ -11,7 +11,7 @@ import org.hibernate.annotations.Formula;
public class EmployeeRecordDto extends OrgCommonDto {
private String employee;
@Comment("记录时间")
private java.time.LocalDateTime recordTime;