修正注释含义

修正注释含义
This commit is contained in:
Lex.Chen 2021-10-21 06:47:27 +00:00 committed by Gitee
parent db90d83951
commit cc3bd71610

View File

@ -9,13 +9,13 @@ import lombok.NoArgsConstructor;
/**
* 直播商品
* 直播商品
*
* @author Bulbasaur
* @since 2021/5/18 5:42 下午
*/
@Data
@ApiModel(value = "直播商品")
@ApiModel(value = "直播商品")
@TableName("li_studio_commodity")
@NoArgsConstructor
public class StudioCommodity extends BaseIdEntity {