zjj
2025-04-21 e29a9f245ff4e57a40bbab1c0acc3cbc31d3ac2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.zy.asrs.wcs.core.domain.vo;
 
import lombok.Data;
 
/**
 * 库位占用百分比
 * @author admin
 * @date 2018年12月12日
 */
@Data
public class LocChartPie {
    private int fqty;
    private int oqty;
    private int uqty;
    private int xqty;
 
}