yys
maven
昨天 9d71b9bf1ec9e8597da70582f9eb7df580f3d58b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.procurementrecord.dto;
 
import lombok.Data;
 
import java.math.BigDecimal;
 
/**
 * @author :yys
 * @date : 2025/7/7 16:17
 */
@Data
public class Details {
    private Integer id;
    private BigDecimal inboundQuantity;
    private BigDecimal warnNum;
}