梅州中医xml解析类
parent
8b433a0c86
commit
008e63c412
@ -0,0 +1,31 @@
|
|||||||
|
package com.docus.server.collection.xml.parsers;
|
||||||
|
|
||||||
|
import com.docus.server.collection.dto.DeptDto;
|
||||||
|
import com.docus.server.collection.dto.UserDto;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 梅州中医 XML 解析
|
||||||
|
* @author jishi
|
||||||
|
*/
|
||||||
|
public class MzZyParser {
|
||||||
|
public static DeptDto parseCreateDept(String xml){
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static DeptDto parseUpdateDept(String xml){
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static UserDto parseCreateUser(String xml){
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static UserDto parseUpdateUser(String xml){
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue