mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 11:42:41 +08:00
Fix some team project bugs
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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> {
|
||||
|
||||
|
Reference in New Issue
Block a user