parent
ff0df5e3b3
commit
aaff05805c
@ -0,0 +1,21 @@
|
||||
package com.luoo.user.dto.artist;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @Author: yawei.huang
|
||||
* @Package: com.luoo.user.dto.artist
|
||||
* @Project: luoo_parent
|
||||
* @Date: 2024/5/27 16:07
|
||||
* @Filename: ArtistSearchDto
|
||||
* @Describe:
|
||||
*/
|
||||
@Data
|
||||
public class ArtistSearchDto implements Serializable {
|
||||
|
||||
@ApiModelProperty(value = "申请状态 0-待审批 1-审批通过 2-审批失败")
|
||||
private Integer status;
|
||||
}
|
Loading…
Reference in new issue