master
冯凯 2023-11-21 14:25:33 +08:00
parent 6331cf6c6e
commit 68a64a9382
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ public class FirmInfoCache{
*/
private Long createBy;
/**
*
*/
public static FirmInfoCache getCache(FirmInfo firmInfo) {
return FirmInfoCache.builder()
.firmName(firmInfo.getFirmName())