add: 周年纪念日
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.dota.nexus.entity;
|
||||
|
||||
import com.dota.nexus.entity.vo.AnniversaryRecord;
|
||||
import com.dota.nexus.entity.vo.AnniversaryVO;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@@ -8,7 +10,9 @@ import java.time.LocalDate;
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class Anniversary extends Entity{
|
||||
private String name;
|
||||
|
||||
private LocalDate date;
|
||||
|
||||
private type;
|
||||
private AnniversaryEnum type;
|
||||
}
|
||||
|
Reference in New Issue
Block a user