feat:增加月经日期统计
This commit is contained in:
@@ -6,14 +6,14 @@ import com.cxx.framework.data.AbstractEntity;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.util.Date;
|
||||
import java.time.LocalDate;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@TableName("period_day")
|
||||
public class PeriodDay extends AbstractEntity {
|
||||
@TableField("date")
|
||||
private Date date;
|
||||
private LocalDate date;
|
||||
|
||||
@TableField("is_drug")
|
||||
private Integer isDrug;
|
||||
|
||||
Reference in New Issue
Block a user