zjj
2025-04-21 314729da5f6f84a6112344a2210aadfeeb2bac0c
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;
 
}