fix:任务代码修改

add:手持接口部分增加
This commit is contained in:
songxiaopeng
2024-03-22 09:39:14 +08:00
parent 352f5a31af
commit cfb1b19d67

View File

@@ -0,0 +1,13 @@
package org.nl.wms.pda.service.dao.vo;
import lombok.Data;
/**
* @author sxp
*/
@Data
public class DropdownListVo {
private String value;
private String text;
}