Ver Fonte

基础服务

523096025 há 2 anos atrás
pai
commit
0ebc5ed8bd

+ 13 - 2
huimv-admin/src/main/java/com/huimv/guowei/admin/entity/BaseDuckInfo.java

@@ -73,6 +73,17 @@ public class BaseDuckInfo implements Serializable {
 
     //饲养环境
     private  String breedingEnv;
+
+    //特殊需求
+    private  String specialNeeds;
+
+    // 母系 基因
+    private  String motherGenotype;
+
+    // 父系 基因
+    private  String fatherGenotype;
+
+
     /**
      * 出壳率
      */
@@ -84,12 +95,12 @@ public class BaseDuckInfo implements Serializable {
     private Integer dayAge;
 
     /**
-     * 系信息
+     * 系信息
      */
     private String fatherNum;
 
     /**
-     * 系信息
+     * 系信息
      */
     private String motherNum;