Commit 03202891 authored by suhuiguang's avatar suhuiguang

1.历史登记时增加96333码的选择性录入

parent efde55c4
......@@ -130,4 +130,10 @@ public class IdxBizJgOtherInfo extends TzsBaseEntity {
@TableField(value = "\"CYLINDER_STAMP_ATTACHMENT\"")
private String cylinderStampAttachment;
/**
* 96333码类型,类型手工输入(1)、系统自动生成(2)(历史登记时使用),默认2
*/
@TableField("\"CODE96333_TYPE\"")
private String code96333Type;
}
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