!771 同步最新的 CRM 代码

Merge pull request !771 from 芋道源码/feature/crm
This commit is contained in:
芋道源码
2023-11-30 12:50:49 +00:00
committed by Gitee
168 changed files with 2886 additions and 3412 deletions

View File

@ -19,11 +19,10 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
@ToString(callSuper = true)
public class BannerPageReqVO extends PageParam {
// TODO @puhui999example
@Schema(description = "标题")
@Schema(description = "标题", example = "这是一个标题")
private String title;
@Schema(description = "状态")
@Schema(description = "状态", example = "1")
@InEnum(CommonStatusEnum.class)
private Integer status;