下线结算HQL的BUG

yun-zuoyi
许心洁 6 years ago
parent fede09a5eb
commit 97b60f0906

@ -61,4 +61,11 @@ public class WmsTransType extends BaseBean {
@JsonSerialize(using = ToStringSerializer.class)
private Long tmId;
@Column(name = "PDA_ICON")
@ApiParam(value = "PDA图标")
private String pdaIcon;
@Transient
@ApiParam("菜单URL")
private String menuUrl;
}

Loading…
Cancel
Save