数据处理代码
This commit is contained in:
@@ -19,4 +19,13 @@ public class ImportOaOldShopDataErrorDTO {
|
||||
@ExcelProperty(value = "错误原因", order = 2)
|
||||
@ColumnWidth(40)
|
||||
private String errorReason;
|
||||
|
||||
public ImportOaOldShopDataErrorDTO() {
|
||||
|
||||
}
|
||||
|
||||
public ImportOaOldShopDataErrorDTO(String shopCode, String errorReason) {
|
||||
this.shopCode = shopCode;
|
||||
this.errorReason = errorReason;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user