打印模板isEnable

This commit is contained in:
2023-03-08 11:30:02 +08:00
parent 1684075a9c
commit 5f5a60eb29
15 changed files with 39 additions and 17 deletions

View File

@@ -52,5 +52,7 @@ public class PrintModelExcel {
private String content;
@Excel(name = "线体1=F ; 2=S (用于过程1比对和包装打印)(设备传给我们的)")
private Integer lineBody;
@Excel(name = "是否启用0 停用1 启用")
private Integer isEnable;
}