修改枪头更换逻辑

yun-zuoyi
宋军超 5 years ago
parent a77bf1a98a
commit 1ac8fae269

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

Loading…
Cancel
Save