luohairen
2024-12-10 b24e024f386e7f25a071b58e9267a2c19f20ba1e
business/src/main/java/com/ycl/domain/vo/PlanVO.java
@@ -42,14 +42,6 @@
    @ApiModelProperty("年度(0:已上报,1:未上报)")
    private Integer yearStatus;
    /** 创建时间 */
    @ApiModelProperty("创建时间")
    private Date gmtCreateTime;
    /** 修改时间 */
    @ApiModelProperty("修改时间")
    private Date gmtUpdateTime;
    public static PlanVO getVoByEntity(@NonNull Plan entity, PlanVO vo) {
        if(vo == null) {
            vo = new PlanVO();