mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
全局替换:生产单 -> 订单
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import lombok.ToString;
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class ReportTemplateReqVO {
|
||||
@Schema(description = "模板名称", example = "生产单模板")
|
||||
@Schema(description = "模板名称", example = "订单模板")
|
||||
private String name;
|
||||
|
||||
@Schema(description = "模板类型,0内置、1自定义", example = "1")
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ public class ReportTemplateRespVO {
|
||||
@Schema(description = "主键", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
||||
private Long id;
|
||||
|
||||
@Schema(description = "模板名称", example = "生产单模板")
|
||||
@Schema(description = "模板名称", example = "订单模板")
|
||||
private String name;
|
||||
|
||||
@Schema(description = "报表模板")
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ public class ReportTemplateSaveReqVO {
|
||||
@Schema(description = "主键", example = "1")
|
||||
private Long id;
|
||||
|
||||
@Schema(description = "模板名称", example = "生产单模板")
|
||||
@Schema(description = "模板名称", example = "订单模板")
|
||||
@NotBlank(message = "report.template.save.name.notBlank")
|
||||
@Length(min = 1, max = 30, message = "report.template.save.name.length")
|
||||
private String name;
|
||||
|
||||
Reference in New Issue
Block a user