package com.qianwen.smartman.modules.system.dto; public class ResponseDTO { private String code; private Boolean isPlcCompare; private String msg; }