feat: 删除冗余接口
This commit is contained in:
@@ -35,7 +35,7 @@ public class WmsSalesScriptGeneratorBo extends BaseEntity {
|
||||
*/
|
||||
@Min(value = 1, message = "话术数量最少为1")
|
||||
@Max(value = 10, message = "话术数量最多为10")
|
||||
private Integer scriptCount = 5;
|
||||
private Integer scriptCount = 1;
|
||||
|
||||
/**
|
||||
* 客户类型列表
|
||||
@@ -45,7 +45,7 @@ public class WmsSalesScriptGeneratorBo extends BaseEntity {
|
||||
/**
|
||||
* 是否保存到数据库
|
||||
*/
|
||||
private Boolean saveToDatabase = true;
|
||||
private Boolean saveToDatabase = false;
|
||||
|
||||
/**
|
||||
* 生成模式:single(单个产品), batch(批量产品), preview(预览模式)
|
||||
@@ -120,4 +120,4 @@ public class WmsSalesScriptGeneratorBo extends BaseEntity {
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,21 +27,6 @@ public class ImageRecognitionVo implements Serializable {
|
||||
*/
|
||||
private String recognitionType;
|
||||
|
||||
/**
|
||||
* 识别结果
|
||||
*/
|
||||
private String recognizedText;
|
||||
|
||||
/**
|
||||
* 结构化识别结果(JSON格式)
|
||||
*/
|
||||
private Map<String, Object> structuredResult;
|
||||
|
||||
/**
|
||||
* BOM信息列表
|
||||
*/
|
||||
private List<BomItemVo> bomItems;
|
||||
|
||||
/**
|
||||
* 识别结果属性列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user