李林
2024-03-22 02a11da1ca0523e4f8e3d7273904da816f951ffc
data-server/src/main/java/com/yuanchu/mom/dto/RegistrantCountDto.java
@@ -30,6 +30,10 @@
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(3)
    private String registrant;
    @ApiModelProperty("姓名")
    @ValueTableShow(3)
    private String name2;
    /**
     * 部门
     */
@@ -59,7 +63,7 @@
     */
    @ApiModelProperty("展现量")
    @ValueTableShow(6)
    private Integer show;
    private Integer showNum;
    /**
     * 点击量
     */
@@ -137,13 +141,13 @@
     */
    @ApiModelProperty("登记日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(1)
    private LocalDateTime createTime;
    /**
     *
     */
    @ApiModelProperty("系统日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(1)
    private LocalDateTime updateTime;
    @ApiModelProperty("创建用户")