数据处理
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
@@ -11,6 +11,8 @@ import lombok.Data;
|
||||
@Data
|
||||
public class IsCreateStoreDTO {
|
||||
|
||||
private String shopName;
|
||||
|
||||
private Long shopId;
|
||||
|
||||
private Long pid;
|
||||
|
||||
Reference in New Issue
Block a user