立即承租

This commit is contained in:
15856 2024-11-26 13:27:23 +08:00
parent 32e17988ae
commit 2b752442f3
2 changed files with 5 additions and 0 deletions

View File

@ -233,4 +233,8 @@ public class DevInfo extends BaseEntity {
@ApiModelProperty(value = "公司Id") @ApiModelProperty(value = "公司Id")
@NotBlank(message = "所属公司不能为空") @NotBlank(message = "所属公司不能为空")
private String companyId; private String companyId;
@ApiModelProperty(value = "管理方式(0编号 1计数)")
private String manageType;
} }

View File

@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
d.brand as brand, d.brand as brand,
d.model_name as modelName, d.model_name as modelName,
mt.type_name as typeName, mt.type_name as typeName,
mt.manage_type as manageType,
d.production_date as productionDate, d.production_date as productionDate,
d.working_hours as workingHours, d.working_hours as workingHours,
d.serial_number as serialNumber, d.serial_number as serialNumber,