package com.zehong.system.domain.vo; import lombok.Data; @Data public class Bx06Vo { private String[] contents;
private String content ="";
private Integer width = 192; private Integer height = 96; private Integer colorType =1; private Integer grayLevel = 0; }