| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | |
| | | @Data |
| | | public class CostStatisticsDto extends OrderBy { |
| | |
| | | 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; |
| | |
| | | |
| | | private Integer createUser; |
| | | |
| | | private Integer insSampleId; |
| | | |
| | | private Double cost;//工时 |
| | | |
| | | public Integer getNum() { |
| | | return num = 1; |
| | | } |
| | | } |