Update PmsBrandParam.java

This commit is contained in:
macro
2023-02-08 17:09:57 +08:00
parent 3c7f48d0c2
commit 8883dcfc24

View File

@@ -13,7 +13,7 @@ import javax.validation.constraints.NotEmpty;
* Created by macro on 2018/4/26.
*/
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public class PmsBrandParam {
@NotEmpty
@ApiModelProperty(value = "品牌名称",required = true)