Commit 0ba157d2 by zhangxingmin

push

parent 27cb6b14
......@@ -75,6 +75,7 @@ public class ApiEmailFileServiceImpl implements ApiEmailFileService {
@Override
public Result<ApiImportVariableExcelResponse> importVariableExcel(MultipartFile file,
ApiImportVariableExcelRequest request) {
return null;
}
......
......@@ -50,7 +50,7 @@ public class ApiSendEmailRequest {
/**
* 变量分组唯一业务ID
*/
@NotBlank(message = "变量分组唯一业务ID不能为空")
// @NotBlank(message = "变量分组唯一业务ID不能为空")
private String variableGroupBizId;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment