공통코드 코드기반 조회 추가
This commit is contained in:
@@ -104,4 +104,8 @@ public class CommonCodeEntity extends CommonDateEntity {
|
||||
public void deleted() {
|
||||
this.deleted = true;
|
||||
}
|
||||
|
||||
public void updateOrder(int order) {
|
||||
this.order = order;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user