Explorar el Código

组织综合列表筛选(改)

master
niohe·erbao hace 1 año
padre
commit
1721129978
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/organization/model/po/ReqSynthesizePO.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/organization/model/po/ReqSynthesizePO.java Ver fichero

@@ -19,5 +19,5 @@ public class ReqSynthesizePO {
private String parentCode;

@ApiModelProperty("是否需要组织成员列表")
private Boolean needMember;
private Boolean needMember = false;
}

Cargando…
Cancelar
Guardar