| | |
| | | |
| | | @Column(name = "INFO_ZJSH_", length = 200) |
| | | @PropertyDef(label = "审核说明") |
| | | private String InfoZjsh; |
| | | private String infoZjsh; |
| | | |
| | | @PropertyDef(label = "统计审核人") |
| | | @Column(name = "tjshr", length = 64) |
| | |
| | | |
| | | @Column(name = "INFO_TJSH_", length = 200) |
| | | @PropertyDef(label = "审核说明") |
| | | private String InfoTjsh; |
| | | private String infoTjsh; |
| | | |
| | | @PropertyDef(label = "会计审核人") |
| | | @Column(name = "kjshr", length = 64) |
| | |
| | | |
| | | @Column(name = "INFO_KJSH_", length = 200) |
| | | @PropertyDef(label = "审核说明") |
| | | private String InfoKjsh; |
| | | private String infoKjsh; |
| | | |
| | | @PropertyDef(label = "领导审核人") |
| | | @Column(name = "ldshr", length = 64) |
| | |
| | | |
| | | @Column(name = "INFO_LDSH_", length = 200) |
| | | @PropertyDef(label = "审核说明") |
| | | private String InfoLdsh; |
| | | private String infoLdsh; |
| | | |
| | | @Column(name = "UPDATE_TIME_") |
| | | @PropertyDef(label = "更新时间") |