update 对接内蒙古平台

This commit is contained in:
2024-03-22 13:57:40 +08:00
parent a0e4272100
commit 27bc7eb67e
6 changed files with 342 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
package com.jsowell.pile.dto;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class QueryOperatorInfoDTO {
}