chore:修改表数据
parent
737d6bffaa
commit
034abb5dff
|
@ -30,6 +30,7 @@ public class SysCarFault extends BaseEntity{
|
||||||
@TableId( type = IdType.AUTO)
|
@TableId( type = IdType.AUTO)
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
|
|
||||||
/** 故障码编码 */
|
/** 故障码编码 */
|
||||||
@Excel(name = "故障码编码")
|
@Excel(name = "故障码编码")
|
||||||
private String faultCode;
|
private String faultCode;
|
||||||
|
|
Loading…
Reference in New Issue