basic
This commit is contained in:
@@ -23,6 +23,22 @@ public class ProductWorkingprocedureRelationExcel {
|
||||
private Integer sequence;
|
||||
@Excel(name = "1 可用,0 不可用")
|
||||
private Integer status;
|
||||
@Excel(name = "node.shape")
|
||||
private String shape;
|
||||
@Excel(name = "node.x")
|
||||
private Integer x;
|
||||
@Excel(name = "node.y")
|
||||
private Integer y;
|
||||
@Excel(name = "node.width")
|
||||
private Integer width;
|
||||
@Excel(name = "node.width")
|
||||
private Integer height;
|
||||
@Excel(name = "node.lable")
|
||||
private String lable;
|
||||
@Excel(name = "字体颜色")
|
||||
private String fontcolor;
|
||||
@Excel(name = "背景颜色")
|
||||
private String backcolor;
|
||||
@Excel(name = "备注")
|
||||
private String remark;
|
||||
@Excel(name = "删除标志,是否有效:1 可用 0不可用")
|
||||
|
||||
Reference in New Issue
Block a user