Commit 37139dcb authored by wuqinghua's avatar wuqinghua

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	gassafetyprogress-web/src/views/regulation/pipe/index.vue
parent 2d87bd69
package com.zehong.system.domain;
import java.util.List;
public class Listaw {
private TDeviceInfo tDeviceInfo;
private List<TDeviceInfoS> tDeviceInfoS;
public TDeviceInfo gettDeviceInfo() {
return tDeviceInfo;
}
public void settDeviceInfo(TDeviceInfo tDeviceInfo) {
this.tDeviceInfo = tDeviceInfo;
}
public List<TDeviceInfoS> gettDeviceInfoS() {
return tDeviceInfoS;
}
public void settDeviceInfoS(List<TDeviceInfoS> tDeviceInfoS) {
this.tDeviceInfoS = tDeviceInfoS;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment