|
|
@ -79,6 +79,10 @@ public class MesEquipmentTooling extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("按钮颜色")
|
|
|
|
@ApiParam("按钮颜色")
|
|
|
|
private String btnColor;
|
|
|
|
private String btnColor;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("按钮类别")
|
|
|
|
|
|
|
|
private String btnType;
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getToolingType() {
|
|
|
|
public Integer getToolingType() {
|
|
|
|
return this.toolingType == null ? 0 : this.toolingType;
|
|
|
|
return this.toolingType == null ? 0 : this.toolingType;
|
|
|
|
}
|
|
|
|
}
|
|
|
|