| | |
| | | |
| | | @ApiModel(value = "CommonGroupOfItem", description = "CommonGroupOfItem对象") |
| | | @TableName("blade_common_group_of_item") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/CommonGroupOfItem.class */ |
| | | public class CommonGroupOfItem implements Serializable { |
| | | private static final long serialVersionUID = 1; |
| | | @TableId(value = "id", type = IdType.ASSIGN_ID) |
| | |
| | | return "CommonGroupOfItem(id=" + getId() + ", groupId=" + getGroupId() + ", itemId=" + getItemId() + ", extendId=" + getExtendId() + ", groupType=" + getGroupType() + ", groupCategory=" + getGroupCategory() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/CommonGroupOfItem$CommonGroupOfItemBuilder.class */ |
| | | |
| | | public static class CommonGroupOfItemBuilder { |
| | | private Long id; |
| | | private Long groupId; |