板材库修改1

This commit is contained in:
lym
2024-03-25 11:31:01 +08:00
parent edec2699cd
commit 90ef611d0d
@@ -137,7 +137,7 @@ public class OrderPlateImportExcelVO {
@JsonIgnore
private String combinationName;
@ExcelProperty(value = "排版面")
@ExcelProperty(value = "排版面", converter = DictConvert.class)
@JsonIgnore
@DictFormat(DictTypeConstants.YPOGRAPHY_TYPE)
private int typographicFace;