fix: SubjectLabel

This commit is contained in:
2024-02-18 13:49:34 +08:00
parent 59555e6fdf
commit 6b2b032beb
12 changed files with 196 additions and 22 deletions

View File

@@ -3,7 +3,6 @@ package com.landaiqing.subject.application.dto;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* 题目标签DTO
@@ -12,7 +11,7 @@ import java.util.Date;
* @since 2024-02-14 17:08:06
*/
@Data
public class SubjectLabelDTO implements Serializable {
public class SubjectLabelDTO implements Serializable {
/**
* 主键
*/