public void setCreateTime()

in benchmark-base/src/main/java/org/apache/dubbo/benchmark/bean/User.java [109:111]


    public void setCreateTime(LocalDateTime createTime) {
        this.createTime = createTime;
    }