sunxiqing 6e6303ac96 refactor(llm): 将模型服务中的检查点字段类型从 Long 修改为 String
- 在 ModelServicePageReqVO 和 ModelServiceRespVO 中,将 checkPoint 字段的类型从 Long 改为 String- 这个改动可能是为了更好地处理检查点数据,避免潜在的数值溢出问题
2025-03-04 13:08:35 +08:00
..