This commit is contained in:
2022-09-15 09:55:49 +08:00
parent c0ce68f5b2
commit fb65441dcc
24 changed files with 426 additions and 23 deletions

View File

@@ -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不可用")