Commit c404a27c by 王力

Merge branch 'dev_mp2jpa0810' into 'develop'

删除

See merge request !330
2 parents 346d8cf4 a577d8c6
package com.dituhui.pea.order.entity;
import lombok.Data;
import java.time.LocalDateTime;
@Data
public class MapLayerCustomize {
private Integer id;
private String branchId;
private String layerId;
private String saasLayerId;
private String layer;
private String layerDescribe;
private Integer status;
private String memo;
private LocalDateTime createTime;
private LocalDateTime updateTime;
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!