| | |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serial; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | private BigDecimal targetOneValue; |
| | | private String targetOneValue; |
| | | |
| | | /** |
| | | * 指标1单位 |
| | |
| | | /** |
| | | * 指标1上浮或下降值 |
| | | */ |
| | | private BigDecimal targetOneCompareValue; |
| | | private String targetOneCompareValue; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | private BigDecimal targetTwoValue; |
| | | private String targetTwoValue; |
| | | |
| | | /** |
| | | * 指标2单位 |
| | |
| | | /** |
| | | * 指标2上浮或下降值 |
| | | */ |
| | | private BigDecimal targetTwoCompareValue; |
| | | private String targetTwoCompareValue; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | private BigDecimal targetThreeValue; |
| | | private String targetThreeValue; |
| | | |
| | | /** |
| | | * 指标3单位 |
| | |
| | | /** |
| | | * 指标3上浮或下降值 |
| | | */ |
| | | private BigDecimal targetThreeCompareValue; |
| | | private String targetThreeCompareValue; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | private BigDecimal targetFourValue; |
| | | private String targetFourValue; |
| | | |
| | | /** |
| | | * 指标4单位 |
| | |
| | | /** |
| | | * 指标4上浮或下降值 |
| | | */ |
| | | private BigDecimal targetFourCompareValue; |
| | | private String targetFourCompareValue; |
| | | |
| | | /** |
| | | * 启用状态 1启用 2未启用 |