架构性调整【懒得区分了,哈哈哈哈】,主要是跑通了第一个功能测试

This commit is contained in:
guo
2024-07-11 22:59:16 +08:00
parent 39539e5ef6
commit b1358eaca0
24 changed files with 460 additions and 148 deletions
@@ -33,29 +33,6 @@ public class StudyExpectationsEntity extends BaseEntity implements Serializable
@TableField(value = "description")
private String description;
/**
*
*/
@TableField(value = "created_time")
private LocalDateTime createdTime;
/**
*
*/
@TableField(value = "created_by")
private String createdBy;
/**
*
*/
@TableField(value = "last_modified_time")
private LocalDateTime lastModifiedTime;
/**
*
*/
@TableField(value = "last_modified_by")
private String lastModifiedBy;
@TableField(exist = false)
private static final long serialVersionUID = 1L;