浏览代码

Merge branch 'feat-230307-agent' into temp-pre

shc 2 年之前
父节点
当前提交
9a914fda02

+ 5 - 0
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/entity/WmDaAgent.java

@@ -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;
+
 	/**
 	 *
 	 */