From a198c3380dc21dc88ce489767f0881cb06a2f9ab Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Tue, 29 Aug 2017 17:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lyms/platform/operate/web/request/AntExcAddRequest.java | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; } -- 1.8.3.1