|
@@ -34,6 +34,12 @@ public class UserAdvanceListVO implements Serializable {
|
|
|
@Schema(description = "品牌名称")
|
|
@Schema(description = "品牌名称")
|
|
|
private String brandName;
|
|
private String brandName;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 仓库名称
|
|
|
|
|
+ */
|
|
|
|
|
+ @Schema(description = "仓库名称")
|
|
|
|
|
+ private String warehouseName;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 品牌ID
|
|
* 品牌ID
|
|
|
*/
|
|
*/
|