解决代码编译不通过的问题

yun-zuoyi
rock.yu 4 years ago
parent 0a8acc71b2
commit 9e944b5440

@ -128,6 +128,9 @@ public class WmsActionResponseBean<Obj> implements Serializable {
@ApiParam(value = "是否重置")
private Integer isReset;
@ApiParam(value = "任务编号")
private String taskNo;
public WmsActionResponseBean(Boolean codeStatus, String message) {
this.codeStatus = codeStatus;
this.message = message;

Loading…
Cancel
Save