jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSaveReqVO.java @@ -49,4 +49,7 @@ @Schema(description = "状态") private Integer state; @Schema(description = "已付款") private Integer paid; }