yangys
5 天以前 44fda5fa3787c78e74d62f9713dd36abdeadcac8
blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/vo/NcProgramUploadVO.java
@@ -7,7 +7,7 @@
import org.springframework.web.multipart.MultipartFile;
/**
 * NC程序VO
 * NC程序上传VO
 */
@Setter
@Getter
@@ -32,8 +32,10 @@
   @Schema(description = "工序版本")
   private String processEdition;
   /**
    * 是否测试程序。1是;0否
    */
   @Schema(description = "是否为测试程序,1是;0否")
   private Integer isTest;
   @Schema(description = "确认标记,1:确认上传忽略同名;其他值或null:默认上传")
   private Integer confirm;
}