package com.ruoyi.sy.param; import lombok.Data; @Data public class OilWallParam { private String name; private String type; }