修复
This commit is contained in:
parent
0d5952415d
commit
16d3e78890
@ -36,7 +36,7 @@ public class FineTuningTaskRespVO {
|
||||
@Schema(description = "微调方法,使用字典(llm_fine_tuning_method)")
|
||||
@ExcelProperty(value = "微调方法,使用字典(llm_fine_tuning_method)", converter = DictConvert.class)
|
||||
@DictFormat("llm_fine_tuning_method") // TODO 代码优化:建议设置到对应的 DictTypeConstants 枚举类中
|
||||
private Integer method;
|
||||
private String method;
|
||||
|
||||
@Schema(description = "描述")
|
||||
@ExcelProperty("描述")
|
||||
|
@ -23,7 +23,7 @@ public class FineTuningTaskSaveReqVO {
|
||||
private Integer trainStage;
|
||||
|
||||
@Schema(description = "微调方法,使用字典(llm_fine_tuning_method)")
|
||||
private Integer method;
|
||||
private String method;
|
||||
|
||||
@Schema(description = "描述")
|
||||
private String taskIntro;
|
||||
|
@ -48,7 +48,7 @@ public class FineTuningTaskDO extends BaseDO {
|
||||
*
|
||||
* 枚举 {@link TODO llm_fine_tuning_method 对应的类}
|
||||
*/
|
||||
private Integer method;
|
||||
private String method;
|
||||
/**
|
||||
* 描述
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user