Commit 44daba3d authored by 韩桐桐's avatar 韩桐桐

feat(IdxBizJgRegisterInfo):压力容器新增字段:是否球罐

parent 83f9a876
...@@ -192,4 +192,12 @@ public class IdxBizJgRegisterInfo extends TzsBaseEntity { ...@@ -192,4 +192,12 @@ public class IdxBizJgRegisterInfo extends TzsBaseEntity {
@TableField("\"LAST_USE_CERT_FILE_PATH\"") @TableField("\"LAST_USE_CERT_FILE_PATH\"")
private String lastUseCertFilePath; private String lastUseCertFilePath;
/**
* 是否球罐
* 1:是
* 0:不是
*/
@TableField("\"WHETHER_SPHERICAL_TANK\"")
private String whetherSphericalTank;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment