2241101100 commented on issue #10909:
URL: 
https://github.com/apache/shardingsphere/issues/10909#issuecomment-876878479


   code:
   
   ```
   @Data
   @ApiModel(description = "系统访问记录")
   @TableName(value = "sys_logininfor")
   public class SysLogininforEntity implements Serializable{
   
       /** 版本号 */
       private static final long serialVersionUID = 5144668849088694164L;
   
        @ApiModelProperty(value = "访问ID")
        @TableId(value = "info_id", type = IdType.AUTO)
        private Integer infoId;
        
        @ApiModelProperty(value = "用户账号")
        @TableField(value="user_name")
        private String userName;
           ......
   }
   ```
   
   


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