Fix some team project bugs

This commit is contained in:
JiaJu Zhuang
2023-09-09 15:29:11 +08:00
parent 40a079bd93
commit 86ea808fa7
54 changed files with 61 additions and 1966 deletions

View File

@ -14,7 +14,7 @@ import lombok.Setter;
* </p>
*
* @author chat2db
* @since 2023-08-26
* @since 2023-09-09
*/
@Getter
@Setter
@ -60,7 +60,7 @@ public class EnvironmentDO implements Serializable {
private String shortName;
/**
* 样式类型
* 颜色
*/
private String style;
private String color;
}

View File

@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author chat2db
* @since 2023-08-26
* @since 2023-09-09
*/
public interface EnvironmentMapper extends BaseMapper<EnvironmentDO> {