|
@@ -27,6 +27,7 @@ public class GRegulatingBoxMaintenanceVo extends BaseEntity {
|
|
|
|
|
|
private List<String> photoList;
|
|
|
private String createByName;
|
|
|
+ private Long parentId;
|
|
|
/**
|
|
|
* 主键
|
|
|
*/
|
|
@@ -54,7 +55,7 @@ public class GRegulatingBoxMaintenanceVo extends BaseEntity {
|
|
|
@ExcelProperty(value = "管理所")
|
|
|
@ApiModelProperty("管理所")
|
|
|
private String administrativeOffice;
|
|
|
-
|
|
|
+
|
|
|
@ExcelProperty(value = "审核状态", converter = ExcelDictConvert.class)
|
|
|
@ExcelDictFormat(dictType = "process_status")
|
|
|
@ApiModelProperty("审核状态")
|