|
@@ -5,6 +5,9 @@ import io.github.linpeilie.annotations.AutoMapper;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
import org.dromara.commodityManagement.domain.Brand;
|
|
import org.dromara.commodityManagement.domain.Brand;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * 品牌值对象
|
|
|
|
+ */
|
|
@Data
|
|
@Data
|
|
@AutoMapper(target = Brand.class)
|
|
@AutoMapper(target = Brand.class)
|
|
public class BrandVo {
|
|
public class BrandVo {
|
|
@@ -12,7 +15,7 @@ public class BrandVo {
|
|
* 品牌ID
|
|
* 品牌ID
|
|
*/
|
|
*/
|
|
@TableId("id")
|
|
@TableId("id")
|
|
- private Long id;
|
|
|
|
|
|
+ private int id;
|
|
/**
|
|
/**
|
|
* 品牌名称
|
|
* 品牌名称
|
|
*/
|
|
*/
|