jmbkeyes edited a comment on issue #12512:
URL: 
https://github.com/apache/shardingsphere/issues/12512#issuecomment-921634599


   @zjcnb thanks for your help!
   ```java
   package com.forzadata.bodytrack.consts;
   
   import java.util.Collection;
   import java.util.HashMap;
   import java.util.Map;
   
   public final class Consts {
       public static final Map<Long, String> CENTERID_MAPPING = new 
HashMap<Long, String>(){{
            put(1L, "bocaicheckin2018");
            put(2L, "bocaicheckin2019");
            put(3L, "bocaicheckin2020");
       }};
   }
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to