Commit d4731f46 by lcx

提交申请备注字段修改

parent 9d69a86e
......@@ -18,6 +18,6 @@ public class CostTransferItemRequest
public int IsUseRatio { get; set; }
public string Remark { get; set; }
public string ApplicationRemark { get; set; }
}
}
......@@ -286,7 +286,7 @@ public bool Applicat(CostTransferRequest request)
Ratio = t.Ratio,
CalculationAmount = t.CalculationAmount,
IsUseRatio = t.IsUseRatio,
ApplicationRemark = t.Remark,
ApplicationRemark = t.ApplicationRemark,
Status = 0,
AdminStatus = 0
}).ToArray();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment