示例#1
0
 private String getId(String userName) {
   return '_' + StringHelper.createFileName(userName) + '_' + getId();
 }