Browse Source

无用字段

master
sunyuchao 3 years ago
parent
commit
5c16125dea
  1. 5
      epmet-module/epmet-heart/epmet-heart-client/src/main/java/com/epmet/dto/IcServiceScopeV2DTO.java
  2. 5
      epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/entity/IcServiceScopeV2Entity.java

5
epmet-module/epmet-heart/epmet-heart-client/src/main/java/com/epmet/dto/IcServiceScopeV2DTO.java

@ -51,11 +51,6 @@ public class IcServiceScopeV2DTO implements Serializable {
*/ */
private String objectName; private String objectName;
/**
* 备注
*/
private String remark;
/** /**
* 乐观锁 * 乐观锁
*/ */

5
epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/entity/IcServiceScopeV2Entity.java

@ -51,9 +51,4 @@ public class IcServiceScopeV2Entity extends BaseEpmetEntity {
*/ */
private String objectName; private String objectName;
/**
* 备注
*/
private String remark;
} }

Loading…
Cancel
Save