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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user