价格配置

This commit is contained in:
2025-02-25 15:03:06 +08:00
parent 9dc5708d04
commit 95747a2a71
13 changed files with 434 additions and 8 deletions

View File

@ -0,0 +1,7 @@
package com.ycwl.basic.biz;
import org.springframework.stereotype.Component;
@Component
public class PriceBiz {
}