模板适配调整

This commit is contained in:
xy
2024-10-09 14:57:29 +08:00
parent 05112b5262
commit 5ef232a485
7 changed files with 48 additions and 0 deletions

View File

@@ -38,4 +38,14 @@ public class CsLineParam extends BaseEntity {
*/
private Integer conType;
/**
* 模板id
*/
private String modelId;
/**
* 数据集id
*/
private String dataSetId;
}