bug8050【8050 运输规则配置页面--新增成功,数据库有数据,但是页面不显示】

yun-zuoyi
puxiao.liao 5 years ago
parent 3bea17f2d7
commit 63c827d0de

@ -79,7 +79,7 @@ public class WmsTransportRule extends BaseBean {
@ApiParam("是否安排运输")
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description")
@DynamicField(webFieldType = WmsEnumUtil.FIELD_TYPE.SELECT, entityName = "TRUE_OR_FALSE")
public int isTransport;
public Integer isTransport;
@Column(name = "REMARK",length = 255)
@ApiParam("备注")

Loading…
Cancel
Save