模块初始化,占位

This commit is contained in:
xiaosuonian 2025-06-03 10:30:40 +08:00
parent 66ae30529d
commit 0178661dc3
5 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.ruoyi.bill.controller;
public class a1 {
}

View File

@ -0,0 +1,4 @@
package com.ruoyi.bill.domain;
public class a1 {
}

View File

@ -0,0 +1,4 @@
package com.ruoyi.bill.mapper;
public class a1 {
}

View File

@ -0,0 +1,4 @@
package com.ruoyi.bill.service;
public class a1 {
}

View File