修复四车间问题

yun-zuoyi
钮海涛 4 years ago
parent 5888b17cd8
commit b1af42c78b

@ -29,4 +29,8 @@ public class BaseRule extends BaseAPS {
@ApiParam(value ="规则编码")
@FieldAnnotation(popSearch = true, mainkey = true)
private String code;
@Column(name="REMARK")
@ApiParam(value ="备注")
private String remark;
}

Loading…
Cancel
Save