修正DO对齐数据库表字段,VO对齐前端

This commit is contained in:
puhui999
2023-04-24 10:29:02 +08:00
parent 502fa11f1d
commit 6786aa352b
5 changed files with 18 additions and 7 deletions

View File

@@ -40,8 +40,8 @@ public class ProductCategoryServiceImplTest extends BaseDbUnitTest {
public void testCreateCategory_success() {
// 准备参数
ProductCategoryCreateReqVO reqVO = randomPojo(ProductCategoryCreateReqVO.class,o -> {
// 设置PC端图片可为空
o.setBigPicUrl(null);
// 设置PC端图片可为空 TODO 数据库没有这个字段
//o.setBigPicUrl(null);
});
// mock 父类