Junjie
2024-09-03 01caa61052be94abef9d84f63f97ea427cd1e043
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;
 
}