@@ -42,6 +42,11 @@ import java.util.Map;
public class WmDaAgent extends Model<WmDaAgent> {
private static final long serialVersionUID = 1L;
+ /**
+ * 代理商类型(团队:AT, 公司: AE)
+ */
+ private String agentType;
+
/**
*
*/