优化签名用印功能
This commit is contained in:
+21
@@ -144,6 +144,27 @@ public class MsSealSignRecord {
|
|||||||
@Column(name = "position_ypsn_medi")
|
@Column(name = "position_ypsn_medi")
|
||||||
private double positionYpsnMedi;
|
private double positionYpsnMedi;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 申请人签名状态
|
||||||
|
*/
|
||||||
|
@Column(name = "sign_status_apply")
|
||||||
|
private Integer signStatusApply;
|
||||||
|
/**
|
||||||
|
* 被申请人签名状态
|
||||||
|
*/
|
||||||
|
@Column(name = "sign_status_response")
|
||||||
|
private Integer signStatusResponse;
|
||||||
|
/**
|
||||||
|
* 调解员签名状态
|
||||||
|
*/
|
||||||
|
@Column(name = "sign_status_mediator")
|
||||||
|
private Integer signStatusMediator;
|
||||||
|
/**
|
||||||
|
* 用印状态
|
||||||
|
*/
|
||||||
|
@Column(name = "seal_status")
|
||||||
|
private Integer sealStatus;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -23,6 +23,10 @@
|
|||||||
<result column="position_xorg" jdbcType="DOUBLE" property="positionXorg" />
|
<result column="position_xorg" jdbcType="DOUBLE" property="positionXorg" />
|
||||||
<result column="position_yorg" jdbcType="DOUBLE" property="positionYorg" />
|
<result column="position_yorg" jdbcType="DOUBLE" property="positionYorg" />
|
||||||
<result column="file_download_url" jdbcType="LONGVARCHAR" property="fileDownloadUrl" />
|
<result column="file_download_url" jdbcType="LONGVARCHAR" property="fileDownloadUrl" />
|
||||||
|
<result column="sign_status_apply" jdbcType="INTEGER" property="signStatusApply" />
|
||||||
|
<result column="sign_status_response" jdbcType="INTEGER" property="signStatusResponse" />
|
||||||
|
<result column="sign_status_mediator" jdbcType="INTEGER" property="signStatusMediator" />
|
||||||
|
<result column="seal_status" jdbcType="INTEGER" property="sealStatus" />
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user