update 南瑞平台相关接口

This commit is contained in:
Lemon
2023-10-12 16:35:53 +08:00
parent cf4a9bf72f
commit e37ad1e423
14 changed files with 586 additions and 80 deletions

View File

@@ -0,0 +1,15 @@
package com.jsowell.pile.vo.nanrui;
import com.jsowell.pile.domain.nanrui.NROrderInfo;
import lombok.Data;
/**
* TODO
*
* @author Lemon
* @Date 2023/10/12 15:57
*/
@Data
public class NROrderInfoVO extends NROrderInfo {
private String stationId;
}