liurunyu
2025-08-21 9ba987e9232b71cefbb800114dd09985d7fef888
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/downVos/ParamSetVo.java
@@ -15,9 +15,15 @@
@NoArgsConstructor
@AllArgsConstructor
public class ParamSetVo implements Vo4Down {
    /**
     * 单位秒
     */
    @JSONField(name = "搅拌设定时间")
    public Integer stirDuration ;
    /**
     * 单位秒
     */
    @JSONField(name = "注肥设定时间")
    public Integer injectDuration ;