fix:任务代码修改
add:手持接口部分增加
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user