Commit 432504c584e43912914578830c9124e60f81d33b

Authored by yangfei
1 parent 7dee242f19

编码修改

Showing 2 changed files with 33 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/HearingDiagnoseRequest.java View file @ 432504c
  1 +package com.lyms.platform.operate.web.request;
  2 +
  3 +import java.util.Date;
  4 +
  5 +/**
  6 + * @auther yangfei
  7 + * @createTime 2017年05月15日 10时10分
  8 + * @discription
  9 + */
  10 +public class HearingDiagnoseRequest extends BasePageQueryRequest{
  11 + /**
  12 + * 诊断时间
  13 + */
  14 + private Date diagnoseTime;
  15 +
  16 +
  17 +}
platform-operate-api/src/main/resources/rebel.xml View file @ 432504c
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
  3 +
  4 + <classpath>
  5 + <dir name="D:/lyms_wrok/regional/regional-platform/platform-operate-api/target/classes">
  6 + </dir>
  7 + </classpath>
  8 +
  9 + <web>
  10 + <link target="/">
  11 + <dir name="D:/lyms_wrok/regional/regional-platform/platform-operate-api/src/main/webapp">
  12 + </dir>
  13 + </link>
  14 + </web>
  15 +
  16 +</application>