|
|
|
@@ -17,8 +17,8 @@ import java.util.List; |
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
public class WxTopic extends TenantEntity { |
|
|
|
|
|
|
|
|
|
|
|
protected Long id; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="名称",name="name") |
|
|
|
private String name; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="标题",name="title") |
|
|
|
|