|
|
|
@ -32,7 +32,7 @@ public class RecipePointRecordPageReqVO extends PageParam {
|
|
|
|
private String dataType;
|
|
|
|
private String dataType;
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "单位")
|
|
|
|
@Schema(description = "单位")
|
|
|
|
private String dataUnit;
|
|
|
|
private Integer dataUnit;
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "备注", example = "你说的对")
|
|
|
|
@Schema(description = "备注", example = "你说的对")
|
|
|
|
private String remark;
|
|
|
|
private String remark;
|
|
|
|
|