diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java index 5531b17..2f6ff36 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java @@ -22,6 +22,8 @@ public class AntExcAddRequest implements IBasicRequestConvert { List mHighRiskReason; + private String cweight; + public List getmHighRiskReason() { return mHighRiskReason; } @@ -37,6 +39,14 @@ public class AntExcAddRequest implements IBasicRequestConvert { /** 胎动备注 */ private String quickenRemark; + public String getCweight() { + return cweight; + } + + public void setCweight(String cweight) { + this.cweight = cweight; + } + public String getQuicken() { return quicken; }