fix 导出字段错误
This commit is contained in:
@@ -10,11 +10,6 @@ import org.apache.poi.ss.usermodel.HorizontalAlignment;
|
||||
import java.time.temporal.ChronoUnit;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2024/4/26 15:00
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
@ContentStyle(horizontalAlignment = HorizontalAlignment.LEFT,wrapped = true)
|
||||
public class PreparationScheduleDTO {
|
||||
@@ -37,7 +32,7 @@ public class PreparationScheduleDTO {
|
||||
@ExcelProperty("门店编号")
|
||||
@ColumnWidth(30)
|
||||
@ApiModelProperty("门店编码")
|
||||
private String storeNum;
|
||||
private String shopCode;
|
||||
|
||||
|
||||
@ExcelProperty("当前进度")
|
||||
|
||||
Reference in New Issue
Block a user