package com.tanpu.feo.feojob.constant;

/**
 * @description: OrgExt 表常用变量
 * @author: zejia zj wu
 * @create: 2021-06-02 15:04
 **/
public class OrgExtConstant {

    public static final String MODEL_ONE = "1"; //从企业微信同步
    public static final String MODEL_TWO = "2"; //自定义
}