打印简化

This commit is contained in:
2024-09-28 10:40:52 +08:00
parent 57800dab04
commit ea21e97e29
5 changed files with 47 additions and 35 deletions

View File

@@ -45,5 +45,7 @@ public class TbOrderDetail implements Serializable {
private Integer placeNum;
private String useType;
private String note;
private static final long serialVersionUID = 1L;
}