@ -32,7 +32,7 @@ public class RecipePointRecordPageReqVO extends PageParam {
private String dataType;
@Schema(description = "单位")
private String dataUnit;
private Integer dataUnit;
@Schema(description = "备注", example = "你说的对")
private String remark;
@ -39,7 +39,7 @@ public class RecipePointRecordRespVO {
@ExcelProperty("单位")
@ExcelProperty("备注")
@ -29,7 +29,7 @@ public class RecipePointRecordSaveReqVO {
@ -53,7 +53,7 @@ public class RecipePointRecordDO extends BaseDO {
/**
* 单位
*/
* 备注