去掉多余属性
This commit is contained in:
parent
244755f7ce
commit
ac0a15597c
|
|
@ -7,11 +7,6 @@ import javax.validation.constraints.NotNull;
|
|||
|
||||
@Data
|
||||
public class AppletReserveCanteenDTO {
|
||||
@ApiModelProperty("菜谱日期")
|
||||
private @NotNull(message = "菜谱id不能为空") String applyDate;
|
||||
@ApiModelProperty("人员id")
|
||||
private Long custId;
|
||||
@ApiModelProperty("菜谱id")
|
||||
private Long recipeId;
|
||||
|
||||
}
|
||||
|
|
|
|||
Reference in New Issue