|
@@ -181,6 +181,9 @@ public class ContractInfo extends BaseEntity {
|
|
@ApiModelProperty(value = "卷盒规格")
|
|
@ApiModelProperty(value = "卷盒规格")
|
|
private String specification;
|
|
private String specification;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "1正在扫描中 ,2没有扫描")
|
|
|
|
+ private Integer isScan;
|
|
|
|
+
|
|
public BigDecimal getProjectMileage() {
|
|
public BigDecimal getProjectMileage() {
|
|
if (projectMileage == null){
|
|
if (projectMileage == null){
|
|
return null;
|
|
return null;
|