|
|
|
@ -36,6 +36,7 @@ public class PaintCdkServiceImpl implements PaintCdkService { |
|
|
|
String cdk = IdUtils.fastSimpleUUID().toUpperCase(); |
|
|
|
PaintCdk paintCdk = new PaintCdk(); |
|
|
|
paintCdk.setCreateTime(new Date()); |
|
|
|
paintCdk.setPaintNum(paintNum); |
|
|
|
paintCdk.setIsShow("1"); |
|
|
|
paintCdk.setIsUse("0"); |
|
|
|
paintCdk.setSort(0); |
|
|
|
|