TASK:design new;

This commit is contained in:
shahaibo
2024-02-20 10:12:44 +08:00
parent 4e2e1affa8
commit 68f6ae2a8d
34 changed files with 1914 additions and 316 deletions

View File

@@ -20,15 +20,15 @@ public enum CurrentDesignPictureTypeEnum {
/**
* USER_LIBRARY
*/
USER_LIBRARY(2, "userLibrary"),
// USER_LIBRARY(2, "userLibrary"),
/**
* SYS_FILE
*/
SYS_FILE(3, "sysFile"),
SYS_FILE(2, "sysFile"),
/**
* noPIN
*/
NO_PIN(4, "noPIN");
NO_PIN(3, "noPIN");
private Integer code;
private String desc;