@@ -43,6 +43,9 @@ public class DistributeMoneyApplyView {
@DbField("dma.type")
private DistributeMoneyApply.Type type;
+ @DbField("dma.m_type")
+ private DistributeMoneyApply.MType mType;
+
@DbField("dma.account")
private String account;