basic
This commit is contained in:
@@ -40,7 +40,6 @@ public class FeaturesStageProcedureRelation implements Serializable {
|
||||
private String remark;
|
||||
|
||||
@ApiModelProperty("删除标志,是否有效:1 可用 0不可用")
|
||||
@TableLogic
|
||||
private Integer valid;
|
||||
|
||||
@ApiModelProperty("创建人")
|
||||
|
||||
@@ -38,6 +38,30 @@ public class ProductWorkingprocedureRelation implements Serializable {
|
||||
@ApiModelProperty("1 可用,0 不可用")
|
||||
private Integer status;
|
||||
|
||||
@ApiModelProperty("node.shape")
|
||||
private String shape;
|
||||
|
||||
@ApiModelProperty("node.x")
|
||||
private Integer x;
|
||||
|
||||
@ApiModelProperty("node.y")
|
||||
private Integer y;
|
||||
|
||||
@ApiModelProperty("node.width")
|
||||
private Integer width;
|
||||
|
||||
@ApiModelProperty("node.width")
|
||||
private Integer height;
|
||||
|
||||
@ApiModelProperty("node.lable")
|
||||
private String lable;
|
||||
|
||||
@ApiModelProperty("字体颜色")
|
||||
private String fontcolor;
|
||||
|
||||
@ApiModelProperty("背景颜色")
|
||||
private String backcolor;
|
||||
|
||||
@ApiModelProperty("备注")
|
||||
private String remark;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user