공통코드 코드기반 조회 추가

This commit is contained in:
2025-11-19 11:40:33 +09:00
parent 3053b0552e
commit ad471df3e8
7 changed files with 168 additions and 7 deletions

View File

@@ -104,4 +104,8 @@ public class CommonCodeEntity extends CommonDateEntity {
public void deleted() {
this.deleted = true;
}
public void updateOrder(int order) {
this.order = order;
}
}