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