Conflicts:
	modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysLogRoleChange.java
yun-zuoyi
castle.zang 4 years ago
commit c3f473456b

@ -46,7 +46,7 @@ public class SysLogRoleChange extends BaseBean {
@ApiModelProperty(value = "之前的角色", access = "之前的角色")
private String previousRoles;
@Column(name = "CURRENT_ROLES",columnDefinition = "TEXT")
@Column(name = "CURRENT_ROLES", columnDefinition = "TEXT")
@ApiModelProperty(value = "当前的角色", access = "当前的角色")
private String currentRoles;

@ -257,6 +257,15 @@ public class WmsMoveToERP extends BaseBean {
@Transient
private Double transQtySum;
@Transient
private Integer totalNum;
@Transient
private Integer successNum;
@Transient
private Integer falseNum;
public Double getTransQtySumVal() {
return this.transQtySum == null ? 0 : this.transQtySum.doubleValue();
}

Loading…
Cancel
Save