Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
3f8789332f
@ -0,0 +1,20 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @Author: jokelin
|
||||||
|
* @Date: 2020/7/15 1:35 下午
|
||||||
|
* @Modify:
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class SoapModel {
|
||||||
|
|
||||||
|
private String soapJson;
|
||||||
|
|
||||||
|
private List<Map<String, Object>> soapList;
|
||||||
|
}
|
Loading…
Reference in New Issue