|
@@ -1,8 +1,6 @@
|
|
|
package com.yonge.cooleshow.biz.dal.wrapper;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.microsvc.toolkit.common.response.paging.QueryInfo;
|
|
|
import com.yonge.cooleshow.biz.dal.enums.SubjectTypeEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -34,6 +32,7 @@ public class TenantAlbumWrapper {
|
|
|
@ApiModel(" TenantAlbumQuery-机构专辑")
|
|
|
public static class TenantAlbumQuery implements QueryInfo {
|
|
|
|
|
|
+
|
|
|
@ApiModelProperty("主键ID")
|
|
|
private Long id;
|
|
|
|
|
@@ -190,5 +189,4 @@ public class TenantAlbumWrapper {
|
|
|
@ApiModelProperty(value = "采购机构", hidden = true)
|
|
|
private Long tenantId;
|
|
|
|
|
|
- }
|
|
|
-}
|
|
|
+ }}
|