2026-04-30 ca619eb86420eb46be3d9d254f5eab4c639e1bee
src/main/java/com/ruoyi/production/bean/dto/UserProductionAccountingDto.java
@@ -1,9 +1,12 @@
package com.ruoyi.production.bean.dto;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
@Data
public class UserProductionAccountingDto {
    @Schema(description = "用户ID")
    private Long userId;
    @Schema(description = "日期")
    private String date;
}