优化
This commit is contained in:
		@ -1,6 +1,7 @@
 | 
			
		||||
package com.ruoyi.wgz.domain;
 | 
			
		||||
 | 
			
		||||
import com.baomidou.mybatisplus.annotation.*;
 | 
			
		||||
import com.fasterxml.jackson.annotation.JsonFormat;
 | 
			
		||||
import com.ruoyi.common.annotation.Excel;
 | 
			
		||||
import io.swagger.annotations.ApiModel;
 | 
			
		||||
import io.swagger.annotations.ApiModelProperty;
 | 
			
		||||
@ -35,6 +36,7 @@ public class WgzUser implements Serializable {
 | 
			
		||||
    /** 唯一标识 */
 | 
			
		||||
    @Excel(name = "唯一标识")
 | 
			
		||||
    @ApiModelProperty("唯一标识")
 | 
			
		||||
	@JsonFormat(shape = JsonFormat.Shape.STRING)
 | 
			
		||||
    private Long userId;
 | 
			
		||||
 | 
			
		||||
    /** 姓名 */
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user