|
|
|
@ -3,6 +3,8 @@ package com.gaotao.modules.base.entity; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
|
|
|
|
@Data |
|
|
|
public class ReportLabelList { |
|
|
|
|
|
|
|
@ -13,14 +15,21 @@ public class ReportLabelList { |
|
|
|
private Integer y; |
|
|
|
private String data; |
|
|
|
private Integer height; |
|
|
|
private Integer width; |
|
|
|
private BigDecimal width; |
|
|
|
private Boolean bold; |
|
|
|
private Boolean newline; |
|
|
|
private Integer lineRows; |
|
|
|
private Integer lineWidth; |
|
|
|
private Integer itemNo; |
|
|
|
private String barcodeType; |
|
|
|
private Boolean showContent; |
|
|
|
private String showPic; |
|
|
|
private Boolean showMainSeq; |
|
|
|
private String seqName; |
|
|
|
private Boolean isChecked; |
|
|
|
@TableField(exist = false) |
|
|
|
private Integer digits; |
|
|
|
@TableField(exist = false) |
|
|
|
private Integer step; |
|
|
|
|
|
|
|
} |