消息发送完成
This commit is contained in:
		@ -0,0 +1,18 @@
 | 
			
		||||
package com.ruoyi.wgz.bo.req;
 | 
			
		||||
 | 
			
		||||
import io.swagger.annotations.ApiModel;
 | 
			
		||||
import io.swagger.annotations.ApiModelProperty;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
import lombok.experimental.Accessors;
 | 
			
		||||
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
@Accessors(chain = true)
 | 
			
		||||
@ApiModel("修改已读未读状态请求对象")
 | 
			
		||||
public class WgzAppReadUnreadReq implements Serializable {
 | 
			
		||||
	@ApiModelProperty("消息主键自增ID")
 | 
			
		||||
	private Long messageId;
 | 
			
		||||
}
 | 
			
		||||
@ -24,7 +24,7 @@ public class WgzAppPersonalBasicInformationRes implements Serializable {
 | 
			
		||||
	@ApiModelProperty("姓名")
 | 
			
		||||
	private String username;
 | 
			
		||||
 | 
			
		||||
	@ApiModelProperty("性别")
 | 
			
		||||
	@ApiModelProperty("性别字典sys_user_sex")
 | 
			
		||||
	private String gender;
 | 
			
		||||
 | 
			
		||||
	@ApiModelProperty("民族")
 | 
			
		||||
 | 
			
		||||
@ -13,6 +13,6 @@ import java.io.Serializable;
 | 
			
		||||
@Accessors(chain = true)
 | 
			
		||||
@ApiModel("考勤打卡·APP用户今日打卡状态")
 | 
			
		||||
public class WgzAppUserClockingConditionRes implements Serializable {
 | 
			
		||||
	@ApiModelProperty("务工者今日打卡状态:0上班 1下班 2请假")
 | 
			
		||||
	@ApiModelProperty("务工者今日打卡状态:0上班 1下班 2请假 3已完成")
 | 
			
		||||
	private Integer clockingCondition;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user