This commit is contained in:
haozq 2025-04-16 11:10:12 +08:00
parent 32ee1d5816
commit b557ae86d0
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.bonus.base.screen.domain;
public class ScreenDevModelVo {
}

View File

@ -0,0 +1,4 @@
package com.bonus.base.screen.mapper;
public interface ScreenDevModelMapper {
}