| | |
| | | package com.yuanchu.mom.dto; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.yuanchu.mom.annotation.ValueTableShow; |
| | | import com.yuanchu.mom.common.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;//工时 |
| | | |
| | | @TableField(exist = false,select = false) |
| | | private String dates; |
| | | |
| | | public Integer getNum() { |
| | | return num = 1; |
| | | } |
| | | } |