fuliqi
2025-01-24 0becc3c207412543ded0195cc4f897eb5434f24d
ycl-pojo/src/main/java/com/ycl/platform/domain/form/YwPointForm.java
@@ -83,6 +83,9 @@
    @TableField("end_time")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date endTime;
    private String username;
    private String password;
    public static YwPoint getEntityByForm(@NonNull YwPointForm form, YwPoint entity) {
        if(entity == null) {
          entity = new YwPoint();