zhang-zhipeng commented on issue #21799:
URL: 
https://github.com/apache/shardingsphere/issues/21799#issuecomment-1294526443

   Entity:
   @Data
   @TableName(value = "T_CIPHER_OLD")
   public class CipherOld implements Serializable {
       @TableId(value = "ID")
       private Long id;
       @TableId(value = "NAME")
       private String name;
       @TableId(value = "PWD")
       private String pwd;
       @TableId(value = "MOBILE")
       private String mobile;
       @TableId(value = "CUSTOMER_ID")
       private Long customerId;
       @TableId(value = "CREATE_TIME")
       private Date createTime;
       @TableId(value = "UPDATE_TIME")
       private Date updateTime;
   }


-- 
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