ws
2023-09-19 c2c0f4f51117d2400b084e062d6f9e440d002ed8
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2103.java
@@ -17,7 +17,7 @@
 * @date 2023-08-21
 */
@Data
public class SH2023Api2103 extends ApiParent implements Serializable {
public class SH2023Api2103 implements Serializable {
    private static final long serialVersionUID = 9157617424050247565L;
@@ -66,6 +66,9 @@
    @PropertyDef(label = "标记位")
    private String bjw;
    @PropertyDef(label = "操作标志")
    private String czbz;
    @PropertyDef(label = "最后更新时间")
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    private Date zhgxsj;