Commit 42bebc9f authored by 廖旭伟's avatar 廖旭伟

设备Pdu增加所属机构 orgName

parent 5f64ce8a
...@@ -200,6 +200,11 @@ public class DevicePdu extends BaseEntityLong { ...@@ -200,6 +200,11 @@ public class DevicePdu extends BaseEntityLong {
* 是否显示小程序二维码(0.否,1.是) * 是否显示小程序二维码(0.否,1.是)
*/ */
private Integer showWechatQrCode; private Integer showWechatQrCode;
/**
* 所属机构
*/
private String orgName;
@Override @Override
public int hashCode() { public int hashCode() {
return this.getId().hashCode(); return this.getId().hashCode();
......
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