zouyu
2023-11-14 03ca4f4f48b3bd60cd07832dfe748f9f69167ac6
1
2
3
4
5
6
7
8
9
10
11
package com.chinaztt.mes.warehouse.entity;
 
import lombok.Data;
 
@Data
public class ERPStoreList {
    private String FullPath;
    private String unitname;
    private String bl;
    private String num;
}