Bx06Vo.java 281 Bytes
Newer Older
zhangjianqian's avatar
zhangjianqian committed
1 2 3 4 5 6 7
package com.zehong.system.domain.vo;

import lombok.Data;

@Data
public class Bx06Vo {
   private String[] contents;
8
   private String content ="";
zhangjianqian's avatar
zhangjianqian committed
9 10 11 12 13
   private Integer width = 192;
   private Integer height = 96;
   private Integer colorType =1;
   private Integer grayLevel = 0;
}