类型树问题
This commit is contained in:
parent
30d96d8cad
commit
01b38fd22e
|
|
@ -26,6 +26,8 @@ public class Type extends BaseEntity {
|
|||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/** 类型ID */
|
||||
@Excel(name = "类型ID")
|
||||
@ApiModelProperty(value = "类型ID")
|
||||
private Long typeId;
|
||||
|
||||
/** 类型名称 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue