#
Junjie
2024-09-23 4ac5ff223ee7757b55d86b0f34b74152874d68c9
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;
 
}