打印模板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

@@ -78,6 +78,9 @@ public class PrintModel implements Serializable {
@ApiModelProperty("线体1=F ; 2=S (用于过程1比对和包装打印)(设备传给我们的)")
private Integer lineBody;
@ApiModelProperty("是否启用0 停用1 启用")
private Integer isEnable;
public static final String ID = "ID";
@@ -115,4 +118,6 @@ public class PrintModel implements Serializable {
public static final String LINE_BODY = "line_body";
public static final String IS_ENABLE = "is_enable";
}