数据处理

This commit is contained in:
shuo.wang
2025-07-15 15:37:20 +08:00
parent b3c6e52685
commit e8805ee6bc
6 changed files with 27 additions and 10 deletions

View File

@@ -16,10 +16,14 @@ public class ImportOaOldShopDataErrorDTO {
@ExcelProperty(value = "门店编码", order = 1)
@ColumnWidth(30)
private String shopCode;
@ExcelProperty(value = "错误原因", order = 2)
@ExcelProperty(value = "门店", order = 2)
@ColumnWidth(30)
private String shopName;
@ExcelProperty(value = "错误原因", order =3)
@ColumnWidth(40)
private String errorReason;
public ImportOaOldShopDataErrorDTO() {
}

View File

@@ -11,6 +11,8 @@ import lombok.Data;
@Data
public class IsCreateStoreDTO {
private String shopName;
private Long shopId;
private Long pid;