This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
wanghongzhi
/
easydo-chengfa
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
approve
wanghongzhi
1 ano atrás
pai
8178b2c76d
commit
ffc944b9b0
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
easydo-system/src/main/java/easydo/technology/system/domain/SysDept.java
+ 2
- 0
easydo-system/src/main/java/easydo/technology/system/domain/SysDept.java
Ver arquivo
@@ -144,4 +144,6 @@ public class SysDept {
private String code;
+
+ private String deptType;
}