value
2024-04-30 f5f08c542b4ecf240a3dace0b79afe15d18aeab1
data-server/src/main/java/com/yuanchu/mom/dto/RegistrantCountDto.java
@@ -29,7 +29,6 @@
    @Size(max= 255,message="编码长度不能超过255")
    @ApiModelProperty("登记人")
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(3)
    private String registrant;
    @ApiModelProperty("姓名")
@@ -142,7 +141,7 @@
     */
    @ApiModelProperty("登记日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(1)
//    @ValueTableShow(1)
    private LocalDateTime createTime;
    /**
     *