前置联调
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.device.pq.pojo.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* Description:
|
||||
* Date: 2025/05/14 下午 1:45【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
@Data
|
||||
public class PushResultDTO {
|
||||
private String code;
|
||||
private String result;
|
||||
}
|
||||
Reference in New Issue
Block a user