Commit a198c3380dc21dc88ce489767f0881cb06a2f9ab

Authored by litao@lymsh.com
1 parent 8c78f976a5

改字段

Showing 1 changed file with 10 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java View file @ a198c33
... ... @@ -22,6 +22,8 @@
22 22  
23 23 List<String> mHighRiskReason;
24 24  
  25 + private String cweight;
  26 +
25 27 public List<String> getmHighRiskReason() {
26 28 return mHighRiskReason;
27 29 }
... ... @@ -36,6 +38,14 @@
36 38 private String quicken;
37 39 /** 胎动备注 */
38 40 private String quickenRemark;
  41 +
  42 + public String getCweight() {
  43 + return cweight;
  44 + }
  45 +
  46 + public void setCweight(String cweight) {
  47 + this.cweight = cweight;
  48 + }
39 49  
40 50 public String getQuicken() {
41 51 return quicken;