8 changed files with 57 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
package com.yxt.warehouse.biz.warehouseinfo; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.util.ArrayList; |
||||
|
import java.util.List; |
||||
|
|
||||
|
/** |
||||
|
* @author wangpengfei |
||||
|
* @date 2024/9/12 14:08 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class WarehouseInfoVoSheng { |
||||
|
private String belongingPlace;//归属地
|
||||
|
List<WarehouseInfoVo> list=new ArrayList<>(); |
||||
|
} |
Loading…
Reference in new issue