前置联调

This commit is contained in:
hzj
2025-05-15 08:56:28 +08:00
parent 05e71b823d
commit bcb2c08003
5 changed files with 102 additions and 35 deletions

View File

@@ -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;
}