mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
【调整】调整Ai model
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
package cn.iocoder.yudao.module.ai.enums;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* ai modal disable
|
||||
*
|
||||
* @author fansili
|
||||
* @time 2024/4/24 20:15
|
||||
* @since 1.0
|
||||
*/
|
||||
@AllArgsConstructor
|
||||
@Getter
|
||||
public enum AiChatModalDisableEnum {
|
||||
|
||||
NO(0, "未禁用"),
|
||||
YES(1, "禁用"),
|
||||
|
||||
|
||||
;
|
||||
|
||||
private Integer value;
|
||||
|
||||
private String name;
|
||||
}
|
Reference in New Issue
Block a user