修复进销存合并
This commit is contained in:
@@ -21,7 +21,6 @@ import java.time.LocalDateTime;
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
@Builder
|
||||
@Accessors(chain = true)
|
||||
@ToString(callSuper = true)
|
||||
public class Entity<T> extends SuperEntity<T> {
|
||||
|
||||
Reference in New Issue
Block a user