Merge branch 'master-云门户待阅' into 'uat_code'
待阅功能 See merge request eshop/biz_service_ebtp_extend!8
This commit is contained in:
@ -2,18 +2,10 @@ package com.chinaunicom.mall.ebtp.extend.bizshortmessageemail.entity;
|
||||
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.experimental.Accessors;
|
||||
import org.hibernate.validator.constraints.Length;
|
||||
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Accessors(chain = true)
|
||||
|
||||
public class NoticeReadingUpdateRequestBody {
|
||||
|
||||
@ApiModelProperty("待阅信息的编号")
|
||||
|
Reference in New Issue
Block a user