Logo

GitLab

Sign in

Administrator / xlyAi

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • xlyAi
  • ..
  • entity
  • MethodChoiceResult.java
  • 添加未清选择 改成动态引导语
    1599dfd4
    qianbao authored
    2026-07-30 09:21:04 +0800  
    Browse Dir ยป
MethodChoiceResult.java 148 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.xly.entity;

import lombok.Data;

@Data
public class MethodChoiceResult {
    private String sMethodNo;
    private Double confidence;
}