feat: scc流程导入校验
This commit is contained in:
@@ -198,5 +198,12 @@ public class ResultCommon {
|
||||
public static final String DATA_DOES_NOT_EXIST = "data.does.not.exist";
|
||||
// 第{0}行
|
||||
public static final String ROW_N_IMPORT = "row.n.import";
|
||||
// 分解单上传模板错误,请检查后重试
|
||||
public static final String SPLIT_IMPORT_TEMPLATE_ERROR = "split.import.template.error";
|
||||
// 车型文件上传模板错误,请检查后重试
|
||||
public static final String MODEL_IMPORT_TEMPLATE_ERROR = "model.import.template.error";
|
||||
public static final String MODEL_IMPORT_DATA_ERROR = "model.import.data.error";
|
||||
|
||||
public static final String FILE_EMPTY_IMPORT_ERROR = "file.empty.import.error";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user