|
|
|
|
@ -38,4 +38,13 @@ public class PrinterConfigSaveReqVO {
|
|
|
|
|
@Schema(description = "更新时间", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
|
private LocalDateTime updatedAt;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "业务场景编码(多个以逗号分隔", example = "")
|
|
|
|
|
private String businessScenarioCode;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "业务场景(字典标签,多个以逗号分隔)", example = "随便")
|
|
|
|
|
private String businessScenario;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "场景数", example = "")
|
|
|
|
|
private int scenarioCount;
|
|
|
|
|
|
|
|
|
|
}
|