JYW
2024-04-29 a9015e429e40f83afdffd43552d34b82e67a75ff
inspect-server/src/main/java/com/yuanchu/mom/dto/CostStatisticsDto.java
@@ -7,6 +7,7 @@
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.List;
@Data
public class CostStatisticsDto extends OrderBy {
@@ -25,13 +26,13 @@
    private String model;
    @ValueTableShow(value = 5, name = "样品数量")
    private Integer num = 1;
    private Integer num;
    @ValueTableShow(value = 6, name = "总价")
    private BigDecimal price;
    @ValueTableShow(value = 7, name = "试验项目")
    private String product;
    private String inspectionItem;
    @ValueTableShow(value = 8, name = "委托单位")
    private String company;
@@ -41,4 +42,11 @@
    private Integer createUser;
    private Integer insSampleId;
    private Double cost;//工时
    public Integer getNum() {
        return num = 1;
    }
}