添加食谱模板
This commit is contained in:
		@@ -137,4 +137,7 @@ public class SysRecipesPlan {
 | 
			
		||||
     */
 | 
			
		||||
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
 | 
			
		||||
    private Date updateTime;
 | 
			
		||||
 | 
			
		||||
    //    0-普通 1-模板
 | 
			
		||||
    private Integer type;
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,28 @@
 | 
			
		||||
package com.stdiet.custom.domain;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.util.Date;
 | 
			
		||||
 | 
			
		||||
@Data
 | 
			
		||||
public class SysRecipesPlanModel {
 | 
			
		||||
    Long id;
 | 
			
		||||
 | 
			
		||||
    Long nutritionistId;
 | 
			
		||||
 | 
			
		||||
    Long nutriAssisId;
 | 
			
		||||
 | 
			
		||||
    Long planId;
 | 
			
		||||
 | 
			
		||||
    String remark;
 | 
			
		||||
 | 
			
		||||
    Date updateTime;
 | 
			
		||||
 | 
			
		||||
    Date createTime;
 | 
			
		||||
 | 
			
		||||
    String updateBy;
 | 
			
		||||
 | 
			
		||||
    String createBy;
 | 
			
		||||
 | 
			
		||||
    Long recipesId;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user