修改飞蛾小票打印

This commit is contained in:
韩鹏辉 2024-04-08 12:00:23 +08:00
parent 55c0b270a0
commit bc4c3e6975
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ public class FeieyunPrintUtil {
builder.append("<B><BOLD>"+productName+" "+number+"</BOLD></B><BR><BR>");
builder.append("<B><BOLD>"+remark+" </BOLD></B><BR>");
}
builder.append("<BR><BR><BR><BR><BR><BR>");
builder.append("<CUT>");
String content=builder.toString();