| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.bstek.bdf2.core.model.DefaultDept; |
| | | import com.bstek.dorado.annotation.DataProvider; |
| | | import com.bstek.dorado.annotation.DataResolver; |
| | | import com.bstek.dorado.annotation.Expose; |
| | | import com.bstek.dorado.data.provider.Page; |
| | | import com.ld.igds.constant.Constant; |
| | |
| | | import com.ld.igds.util.DateUtil; |
| | | import com.ld.igds.warn.data.MsgResponse; |
| | | import com.ld.igds.wechat.WeChatUtils; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | @SuppressWarnings("rawtypes") |
| | | public class AppointPR { |
| | | |
| | | @Autowired |
| | |
| | | * |
| | | * @return |
| | | */ |
| | | |
| | | @Expose |
| | | public String pushCustomer() { |
| | | |